arch-install/main.yml
Ariejan de Vroom 8eeb3e77a6
All checks were successful
Lint / Lint (3.11) (push) Successful in 1m50s
Lint / Lint (3.10) (push) Successful in 1m57s
Fix linting stuff
2024-06-07 09:04:58 +02:00

11 lines
216 B
YAML

---
- name: Ariejan's Arch Linux
hosts: all
roles:
- { role: 01_host_info }
- { role: 02_basics }
- { role: 03_wayland }
- { role: 04_desktop }
- { role: 05_packages }
- { role: 07_user }