docker.yml aktualisiert
This commit is contained in:
parent
d7205911a8
commit
3105be01fb
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user