docker
This commit is contained in:
parent
c08cb50bc7
commit
50bae3c74f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
- name: Add an Apt signing key, uses whichever key is at the URL
|
- name: Add an Apt signing key, uses whichever key is at the URL
|
||||||
ansible.builtin.apt_key:
|
ansible.builtin.apt_key:
|
||||||
url: https://download.docker.com/linux/debian/gpg
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
dest: https://download.docker.com/linux/debian/gpg
|
dest: /etc/apt/keyrings/docker.gpg]
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue