2017-03-26 22:46:35 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Restart powerdns
|
|
|
|
service: name={{ item }} state=restarted
|
|
|
|
with_items:
|
2018-01-18 12:51:54 +01:00
|
|
|
- pdns
|
2017-03-26 22:46:35 +02:00
|
|
|
- pdns-recursor
|
2020-11-04 23:16:27 +01:00
|
|
|
|
|
|
|
- name: Restart dnsdist
|
|
|
|
service: name=dnsdist state=restarted
|