playbooks/servers/update-packages.yml hinzugefügt

This commit is contained in:
Philipp 2024-12-17 10:22:15 +01:00 committed by Forgejo
parent ffb7bed31d
commit afec3a2f9c
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -0,0 +1,10 @@
---
- hosts: all
become: true
tasks:
# Upgrade packages
- name: Full system upgrade
community.general.pacman:
update_cache: true
upgrade: true