ansible-repo/local.yml
2025-08-05 13:55:53 +02:00

13 lines
199 B
YAML

- hosts: localhost
connection: local
become: true
pre-task:
name: Update repository
pacman:
update_cache: yes
changed_when: False
tasks:
- include: tasks/packages.yml