1
0
forked from infra/ansible
infra/roles/dns-intern/handlers/main.yml
2020-02-03 19:46:31 +01:00

8 lines
110 B
YAML

---
- name: Restart powerdns
service: name={{ item }} state=restarted
loop:
- pdns
- pdns-recursor