support Arch Linux system updates

This commit is contained in:
2026-09-03 14:58:24 +02:00
parent b3d706721c
commit 64b50f7501
4 changed files with 51 additions and 24 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- name: Update pacman cache and upgrade all packages
community.general.pacman:
update_cache: true
upgrade: true
register: pacman_upgrade
retries: 3
delay: 10
until: pacman_upgrade is succeeded