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
|
2021-05-16 18:35:29 +02:00
|
|
|
|
|
|
|
- name: Restart dnsdist
|
|
|
|
service: name=dnsdist state=restarted
|