8 lines
116 B
YAML
8 lines
116 B
YAML
---
|
|
|
|
- name: Restart powerdns
|
|
service: name={{ item }} state=restarted
|
|
with_items:
|
|
- pdns
|
|
- pdns-recursor
|