ansible-role-bind/handlers/main.yml

11 lines
141 B
YAML
Raw Normal View History

---
2017-10-08 12:55:01 +00:00
- name: restart bind
service:
name: bind9
state: restarted
2017-10-14 22:52:30 +00:00
- name: reload bind
service:
name: bind9
state: reloaded