fix: avoid interpolation of variable
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m7s
Lint Markdown files / markdown-lint (push) Successful in 10s

This commit is contained in:
2025-09-18 18:54:38 +02:00
parent 49623f7f52
commit 6ee7e2a0ae

View File

@ -1,6 +1,6 @@
---
- name: "Create config directory of DNS zone {{ zone.config.origin }}"
- name: "Create config directory of DNS zones"
ansible.builtin.file:
path: "{{ bind_config_directory }}/{{ zone.file | dirname }}"
owner: "{{ bind_unix_user }}"