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:
|
tasks:
|
||||||
- name: Update Docker
|
- name: Update Docker
|
||||||
apt:
|
apt:
|
||||||
name:
|
name: docker
|
||||||
- docker
|
|
||||||
update_cache: true
|
update_cache: true
|
||||||
autoremove: true
|
autoremove: true
|
||||||
state: latest
|
state: latest
|
||||||
|
|
Loading…
Reference in a new issue