arch-install/macos.yml
Ariejan de Vroom e3aaee336c
Some checks failed
Lint / Lint (3.10) (push) Failing after 16s
Lint / Lint (3.11) (push) Failing after 19s
Update to macos install
2024-06-10 16:23:13 +02:00

10 lines
191 B
YAML

---
- name: Ariejan's macos Linux
hosts: all
roles:
- { role: macos_01_hostname }
- { role: macos_02_packages }
- { role: macos_03_user }
- { role: macos_04_tweaks }