Initial commit
This commit is contained in:
6
roles/dns/handlers/main.yaml
Normal file
6
roles/dns/handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: reload unbound
|
||||
service:
|
||||
name: "{{ unbound_service_name }}"
|
||||
state: reloaded
|
||||
when: "{{ unbound_service_enabled }}"
|
Reference in New Issue
Block a user