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