YoLo perfect...

This commit is contained in:
Kekskurse 2021-10-11 11:22:29 +02:00
parent 297a4b7dae
commit 885d634904
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 15 additions and 1 deletions

View File

@ -6,4 +6,18 @@
- name: Add specified repository into sources list
ansible.builtin.apt_repository:
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: Update repositories cache and install "docker-ce" package
apt:
name: docker-ce
update_cache: yes
- name: Update repositories cache and install "docker-ce" package
apt:
name: docker-ce-cli
- name: Update repositories cache and install "docker-ce" package
apt:
name: containerd.io