Change os-specific variable name, fix rights
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user