docker.yml aktualisiert

This commit is contained in:
olli 2023-07-25 10:44:16 +02:00
parent d7205911a8
commit 3105be01fb

View File

@ -69,7 +69,7 @@
- name: Add signing key - name: Add signing key
ansible.builtin.shell: curl -fsSL https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg | gpg --output "/usr/share/keyrings/gpg-pub-docker.gpg" --dearmor ansible.builtin.shell: curl -fsSL https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg | gpg --output "/usr/share/keyrings/gpg-pub-docker.gpg" --dearmor
args: args:
creates: /home/docker/nextcloud.{{inventory_hostname}}/env creates: /usr/share/keyrings/gpg-pub-docker.gpg
#- name: Add signing key #- name: Add signing key
# ansible.builtin.apt_key: # ansible.builtin.apt_key: