ansible-role-bind/handlers/main.yml

11 lines
173 B
YAML
Raw Normal View History

---
2023-06-30 09:16:45 +00:00
- name: Restart bind
ansible.builtin.service:
2017-10-08 12:55:01 +00:00
name: bind9
state: restarted
2017-10-14 22:52:30 +00:00
2023-06-30 09:16:45 +00:00
- name: Reload bind
ansible.builtin.service:
2017-10-14 22:52:30 +00:00
name: bind9
state: reloaded