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