forked from infra/ansible
8 lines
114 B
YAML
8 lines
114 B
YAML
|
---
|
||
|
|
||
|
- name: Restart powerdns
|
||
|
service: name={{item}} state=restarted
|
||
|
with_items:
|
||
|
- pdns
|
||
|
- pdns-recursor
|