ansible-roles/bind/handlers/main.yml
2017-02-22 17:06:09 +01:00

6 lines
73 B
YAML

---
- name: restart bind
service:
name: bind9
state: restarted