Fix default playbook inclusion
This commit is contained in:
parent
b9c33d66ce
commit
58dd635d0f
4 changed files with 12 additions and 7 deletions
|
|
@ -15,7 +15,7 @@
|
|||
tags: network
|
||||
|
||||
- name: Network host specific provisioning
|
||||
ansible.builtin.import_tasks: "tasks/network/{{ ansible_hostname }}.yml"
|
||||
ansible.builtin.import_tasks: "tasks/network/{{ hostname }}.yml"
|
||||
tags: network-specific
|
||||
|
||||
- name: Systemd provisioning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue