upt playbook

This commit is contained in:
jaydee
2023-08-03 04:14:36 +02:00
parent 49ff41ee0a
commit 43822fa47c

View File

@ -88,11 +88,12 @@
ansible.builtin.apt: ansible.builtin.apt:
name: grub-customizer name: grub-customizer
update_cache: yes update_cache: yes
- name: Download Docker gpg key
- name: Get repo element-desktop
become: true become: true
ansible.builtin.shell: >- get_url:
wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg url: https://packages.element.io/debian/element-io-archive-keyring.gpg
dest: /usr/share/keyrings/element-io-archive-keyring.gpg
- name: Get repo element-desktop - name: Get repo element-desktop
become: true become: true
ansible.builtin.shell: >- ansible.builtin.shell: >-