9 lines
173 B
YAML
9 lines
173 B
YAML
- name: Setup Arch Linux
|
|
hosts: local
|
|
roles:
|
|
- role: system
|
|
vars:
|
|
role_path: roles/arch
|
|
- role: packages
|
|
vars:
|
|
role_path: roles/arch
|