ansible-roles/bind/handlers/main.yml

13 lines
156 B
YAML
Raw Normal View History

---
- name: restart bind
service:
name: bind9
state: restarted
2017-04-13 17:11:19 +02:00
- name: restart munin-node
service:
name: munin-node
state: restarted