now upgrading archlinux after cache update & reflector setup

This commit is contained in:
aminnairi
2025-10-01 09:59:24 +02:00
parent 09f57feff6
commit 7b21a7d509
2 changed files with 5 additions and 6 deletions
-5
View File
@@ -1,9 +1,4 @@
---
- name: Update all packages
become: true
pacman:
update_cache: true
upgrade: true
- name: Install Syncthing (synchronization tool)
become: true
pacman:
+5 -1
View File
@@ -1,5 +1,5 @@
---
- name: Update Archlinux cache & packages
- name: Update package cache
become: true
pacman:
update_cache: true
@@ -38,3 +38,7 @@
daemon_reload: true
state: restarted
when: reflector_timer_update.changed
- name: Upgrade packages and operating system
become: true
pacman:
upgrade: true