mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-13 11:31:04 +01:00
6 lines
91 B
YAML
6 lines
91 B
YAML
- name: general host setup
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- native-pacman-update
|