ansible-roles/bind/handlers/main.yml
Patrick Marchand 6118dda7c9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
yaml lint and quoting standardisation for bind role
2019-10-09 12:15:55 -04:00

14 lines
229 B
YAML

---
- name: 'reload systemd'
command: 'systemctl daemon-reload'
- name: 'restart bind'
service:
name: 'bind9'
state: 'restarted'
- name: 'restart munin-node'
service:
name: 'munin-node'
state: 'restarted'