mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized update roles
This commit is contained in:
@@ -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
|
@@ -1 +1 @@
|
||||
application_id: pacman
|
||||
application_id: update-pacman
|
||||
|
Reference in New Issue
Block a user