Update playbooks/update-apt.yaml
This commit is contained in:
parent
c80ee9de83
commit
8ff2824588
@ -1,6 +1,10 @@
|
||||
- name: Update and upgrade apt packages
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
become: true
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
tasks:
|
||||
- name: update apt packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
Loading…
Reference in New Issue
Block a user