Initial commit

This commit is contained in:
2019-03-09 00:31:38 +00:00
commit aa28efc5fc
10 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: reload unbound
service:
name: "{{ unbound_service_name }}"
state: reloaded
when: "{{ unbound_service_enabled }}"