„ansible-daily“ hinzufügen
This commit is contained in:
parent
c3cad73f45
commit
3f5976f868
|
@ -0,0 +1,7 @@
|
|||
- hosts: localhost
|
||||
remote_user: root
|
||||
- name: Update and Upgrade Ubuntu
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400 #One day
|
Loading…
Reference in New Issue