You've already forked ansible-role-bind9
fix: rename files to .yaml
This commit is contained in:
7
handlers/main.yaml
Normal file
7
handlers/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Restart named
|
||||
ansible.builtin.systemd:
|
||||
name: "{{ bind_service_name }}"
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user