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
|
become: true
|
||||||
apt:
|
tasks:
|
||||||
upgrade: yes
|
- name: update apt packages
|
||||||
update_cache: yes
|
apt:
|
||||||
cache_valid_time: 86400
|
upgrade: yes
|
||||||
|
update_cache: yes
|
||||||
|
cache_valid_time: 86400
|
Loading…
Reference in New Issue
Block a user