templier-ansible/roles/bind/handlers/main.yml

7 lines
74 B
YAML

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