add cleanup
This commit is contained in:
parent
2fdfbaf1f0
commit
d5a9e6bd05
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
---
|
---
|
||||||
- name: update
|
- name: update and cleanup
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
cache_valid_time: 600
|
cache_valid_time: 600
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
|
autoclean: true
|
||||||
|
autoremove: true
|
||||||
tags:
|
tags:
|
||||||
- update
|
- update
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue