9 lines
153 B
YAML
9 lines
153 B
YAML
---
|
|
- name: reload unbound
|
|
service:
|
|
name: "{{ unbound_service_name }}"
|
|
state: reloaded
|
|
when: unbound_service_enabled
|
|
|
|
# vim:ft=yaml.ansible:
|