Initial commit
This commit is contained in:
commit
1505c537bf
1 changed files with 16 additions and 0 deletions
16
tasks/main.yml
Normal file
16
tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue