2 Commits

Author SHA1 Message Date
e688b40c62 chore(deps): update actions/checkout action to v5
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 4s
Lint Markdown files / markdown-lint (push) Failing after 5s
Ansible Linter / ansible-lint (pull_request) Failing after 5s
Lint Markdown files / markdown-lint (pull_request) Failing after 4s
2025-09-18 19:00:38 +00:00
6ee7e2a0ae 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
2025-09-18 18:54:38 +02:00

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 }}"