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