🐛: nsd.conf.d zone name
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
- name: Create each zone in NSD
|
||||
ansible.builtin.template:
|
||||
src: zone.j2
|
||||
dest: "{{ nsd_default_etc_path }}nsd.conf.d/{{ item }}.conf"
|
||||
dest: "{{ nsd_default_etc_path }}nsd.conf.d/{{ item.name }}.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
Reference in New Issue
Block a user