Initial commit

This commit is contained in:
nd 2019-04-13 20:29:30 +02:00
commit 1505c537bf
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

16
tasks/main.yml Normal file
View file

@ -0,0 +1,16 @@
---
- 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