Init.
This commit is contained in:
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# handlers file for roles/powerdns-recursor
|
||||
- name: "Restart powerdns-recursor"
|
||||
ansible.builtin.service:
|
||||
name: pdns-recursor
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user