forked from FF-RGB/ansible
11 lines
181 B
YAML
11 lines
181 B
YAML
---
|
|
|
|
- name: Restart powerdns
|
|
service: name={{ item }} state=restarted
|
|
with_items:
|
|
- pdns
|
|
- pdns-recursor
|
|
|
|
- name: Restart dnsdist
|
|
service: name=dnsdist state=restarted
|