ansible-roles/bind/handlers/main.yml

6 lines
73 B
YAML
Raw Normal View History

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