Fix default playbook inclusion

This commit is contained in:
Sonny Bakker 2026-01-09 20:50:23 +01:00
parent b9c33d66ce
commit 58dd635d0f
4 changed files with 12 additions and 7 deletions

View file

@ -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