7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: determine hostname if this is running from archiso
|
|
debug: msg=hello
|
|
|
|
- import_playbook: playbooks/install.yaml
|