ansible-roles/bind/handlers/main.yml
2017-04-06 14:27:19 +02:00

6 lines
73 B
YAML

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