playbooks/servers/update-packages.yml hinzugefügt
This commit is contained in:
parent
ffb7bed31d
commit
afec3a2f9c
1 changed files with 10 additions and 0 deletions
10
playbooks/servers/update-packages.yml
Normal file
10
playbooks/servers/update-packages.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
# Upgrade packages
|
||||||
|
- name: Full system upgrade
|
||||||
|
community.general.pacman:
|
||||||
|
update_cache: true
|
||||||
|
upgrade: true
|
Loading…
Reference in a new issue