You've already forked ansible-role-bind9
fix: security channel file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
owner: "{{ bind_unix_user }}"
|
||||
group: "{{ bind_unix_group }}"
|
||||
mode: 0644
|
||||
notify: restart named
|
||||
notify: Restart named
|
||||
|
||||
- name: Create excluded configuration files
|
||||
ansible.builtin.template:
|
||||
@ -79,7 +79,7 @@
|
||||
- etc/named/named.conf.options
|
||||
- etc/named/named.conf.tsigkeys
|
||||
- etc/named/named.conf.views
|
||||
notify: restart named
|
||||
notify: Restart named
|
||||
|
||||
- name: Start and enabled named
|
||||
ansible.builtin.systemd:
|
||||
|
@ -25,4 +25,4 @@
|
||||
loop_control:
|
||||
loop_var: zone
|
||||
when: zone.type == 'master'
|
||||
notify: restart named
|
||||
notify: Restart named
|
||||
|
Reference in New Issue
Block a user