14 lines
244 B
YAML
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
|