fix: correct indentation for update_cache in acl package installation
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name: acl
|
name: acl
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
- name: Check if Docker is already installed (by package)
|
- name: Check if Docker is already installed (by package)
|
||||||
shell: dpkg -s docker-ce 2>/dev/null
|
shell: dpkg -s docker-ce 2>/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user