New-rule
This commit is contained in:
parent
04ac52bcba
commit
37cb833dc1
1 changed files with 8 additions and 0 deletions
8
update-upgrade.yaml
Normal file
8
update-upgrade.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
- name: Test playbook
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
become: yes
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
upgrade: yes
|
||||||
|
cache_valid_time: 86400
|
Loading…
Reference in a new issue