Optimized update roles

This commit is contained in:
2025-07-15 15:18:07 +02:00
parent bbabc58cf9
commit bb7859ab44
12 changed files with 65 additions and 15 deletions

View File

@@ -2,3 +2,9 @@
pacman:
update_cache: yes
upgrade: yes
when: run_once_update_pacman is not defined
- name: run update pacman once
set_fact:
run_once_update_pacman: true
when: run_once_update_pacman is not defined