YoLo WIPTF
This commit is contained in:
parent
885d634904
commit
5642438b62
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable"
|
repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian buster stable"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Add an Apt signing key, uses whichever key is at the URL
|
||||||
|
ansible.builtin.apt_key:
|
||||||
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Update repositories cache and install "docker-ce" package
|
- name: Update repositories cache and install "docker-ce" package
|
||||||
apt:
|
apt:
|
||||||
|
|
Reference in a new issue