mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-01-18 18:33:03 +08:00
Clean up update playbook
This commit is contained in:
parent
0021833b44
commit
e304e5af8b
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
tasks:
|
||||
- name: Update Docker
|
||||
apt:
|
||||
name:
|
||||
- docker
|
||||
name: docker
|
||||
update_cache: true
|
||||
autoremove: true
|
||||
state: latest
|
||||
|
|
Loading…
Reference in a new issue