mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
10 lines
239 B
YAML
10 lines
239 B
YAML
- name: update pacman
|
|
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 |