You've already forked ansible-role-bind9
fix: avoid interpolation of variable
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: "Create config directory of DNS zone {{ zone.config.origin }}"
|
- name: "Create config directory of DNS zones"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ bind_config_directory }}/{{ zone.file | dirname }}"
|
path: "{{ bind_config_directory }}/{{ zone.file | dirname }}"
|
||||||
owner: "{{ bind_unix_user }}"
|
owner: "{{ bind_unix_user }}"
|
||||||
|
Reference in New Issue
Block a user