You've already forked ansible-role-bind9
Compare commits
2 Commits
e033db1c1a
...
e688b40c62
Author | SHA1 | Date | |
---|---|---|---|
e688b40c62
|
|||
6ee7e2a0ae
|
@ -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