forked from FF-RGB/ansible
11 lines
192 B
YAML
11 lines
192 B
YAML
---
|
|
|
|
- name: Run acertmgr
|
|
command: /usr/bin/acertmgr
|
|
|
|
- name: Restart powerdns
|
|
service: name=pdns-recursor state=restarted
|
|
|
|
- name: Restart dnsdist
|
|
service: name=dnsdist state=restarted
|