Fix default playbook inclusion
This commit is contained in:
parent
b9c33d66ce
commit
58dd635d0f
4 changed files with 12 additions and 7 deletions
2
xps.yml
2
xps.yml
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- name: Include default playbook
|
||||
ansible.builtin.import_playbook: default.yml
|
||||
vars:
|
||||
hostname: xps
|
||||
|
||||
- name: Arch Linux provisioning
|
||||
hosts: xps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue