forked from ISTI-ansible-roles/ansible-roles
6 lines
83 B
YAML
6 lines
83 B
YAML
|
---
|
||
|
- name: reload bind
|
||
|
service: name=bind9 state=reloaded
|
||
|
when: bind_enabled
|
||
|
|