mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
8 lines
201 B
YAML
8 lines
201 B
YAML
- block:
|
|
- name: update pacman
|
|
community.general.pacman:
|
|
update_cache: yes
|
|
upgrade: yes
|
|
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_update_pacman is not defined |