Add playbooks/update-apt.yaml
This commit is contained in:
commit
c80ee9de83
6
playbooks/update-apt.yaml
Normal file
6
playbooks/update-apt.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- name: Update and upgrade apt packages
|
||||||
|
become: true
|
||||||
|
apt:
|
||||||
|
upgrade: yes
|
||||||
|
update_cache: yes
|
||||||
|
cache_valid_time: 86400
|
Loading…
Reference in New Issue
Block a user