Update 'tasks/docker.yml'
This commit is contained in:
parent
9c2f3e2d1e
commit
ccde6a680d
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
||||||
name: apt-transport-https
|
name: apt-transport-https
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Install gnupg
|
||||||
|
apt:
|
||||||
|
name: gnupg
|
||||||
|
state: present
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Reference in a new issue