1
0
forked from infra/ansible
infra/roles/dns_intern/handlers/main.yml

11 lines
181 B
YAML
Raw Normal View History

2017-01-07 15:41:21 +01:00
---
- name: Restart powerdns
2018-06-27 20:27:00 +02:00
service: name={{ item }} state=restarted
2017-01-07 15:41:21 +01:00
with_items:
- pdns
- pdns-recursor
- name: Restart dnsdist
service: name=dnsdist state=restarted