6 lines
132 B
YAML
6 lines
132 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: determine hostname if this is running from archiso
|
|
|
|
- import_playbook: playbooks/install.yaml
|