Add apt update task
This commit is contained in:
parent
3166b75e69
commit
e855733a59
1 changed files with 8 additions and 0 deletions
8
tasks/main.yml
Normal file
8
tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
- name: dist upgrade software
|
||||||
|
tags: [apt]
|
||||||
|
apt:
|
||||||
|
autoremove: yes
|
||||||
|
update_cache: yes
|
||||||
|
cache_valid_time: 3600
|
||||||
|
state: latest
|
||||||
|
upgrade: dist
|
Loading…
Reference in a new issue