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