11 lines
225 B
YAML
11 lines
225 B
YAML
---
|
|
- name: Check if we appear to be inside an ArchLinux live install environment
|
|
hosts: all
|
|
roles:
|
|
- detect_archiso
|
|
|
|
- name: Provision new Arch workstation from scratch
|
|
hosts: base
|
|
tags: base
|
|
roles:
|
|
- base
|