Change os-specific variable name, fix rights

This commit is contained in:
Oleg Vasilev
2021-12-27 23:58:17 +03:00
parent b685dcbb0f
commit 44fa5a53cc
4 changed files with 11 additions and 11 deletions

View File

@@ -12,10 +12,10 @@
- name: unbound | Deploy config
template:
src: "{{ unbound_config_template }}"
dest: "{{ unbound_config.path }}"
mode: "{{ unbound_config.mode }}"
owner: "{{ unbound_config.owner }}"
group: "{{ unbound_config.group }}"
dest: "{{ unbound_config_props.path }}"
mode: "{{ unbound_config_props.mode }}"
owner: "{{ unbound_config_props.owner }}"
group: "{{ unbound_config_props.group }}"
validate: "unbound-checkconf %s"
notify: unbound | Reload configuration