dns/handlers/main.yml

7 lines
117 B
YAML
Raw Normal View History

2019-04-16 14:53:34 +00:00
# roles/bind/handlers/main.yml
---
- name: reload bind
service:
name: "{{ bind_service }}"
state: reloaded