---
- name: reload unbound
service:
name: "{{ unbound_service_name }}"
state: reloaded
when: unbound_service_enabled
# vim:ft=yaml.ansible: