16 lines
217 B
YAML
16 lines
217 B
YAML
---
|
|
- name: update
|
|
apt:
|
|
update_cache: yes
|
|
cache_valid_time: 600
|
|
upgrade: dist
|
|
tags:
|
|
- update
|
|
|
|
- name: clean
|
|
command: apt-get clean
|
|
changed_when: False
|
|
args:
|
|
warn: False
|
|
tags:
|
|
- update
|