ansible-workstation/playbooks/install.yaml
2024-11-22 10:45:41 -06:00

14 lines
244 B
YAML

---
- name: Detect archinso environment
hosts: all
roles:
- detect_archiso
- name: Provision base archlinux installation
hosts: base
tags: base
roles:
- base
- import_playbook: post-install.yaml
when: not archiso_detected