Fix some ansible-lint warnings

This commit is contained in:
Uumas
2021-10-05 22:24:55 +03:00
parent 7e76a7f79a
commit 13c8081395
8 changed files with 47 additions and 50 deletions

View File

@@ -8,7 +8,7 @@
- curl
- gnupg
- lsb-release
update_cache: yes
update_cache: true
- name: Add docker repo signing key
apt_key:
@@ -22,7 +22,7 @@
- name: Install docker
apt:
name:
name:
- docker-ce
- docker-ce-cli
- containerd.io