docker
This commit is contained in:
parent
32af902cd4
commit
309ed103a3
1 changed files with 1 additions and 7 deletions
|
@ -10,12 +10,6 @@
|
||||||
- curl
|
- curl
|
||||||
- gnupg
|
- gnupg
|
||||||
|
|
||||||
- name: Download /etc/apt/keyrings/docker.gpg
|
|
||||||
ansible.builtin.get_url:
|
|
||||||
url: https://download.docker.com/linux/debian/gpg
|
|
||||||
dest: /etc/apt/keyrings/docker.gpg
|
|
||||||
mode: '0440'
|
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue