Rename template variable
parent
be39791d85
commit
ad337bc68e
|
@ -4,4 +4,4 @@ Ansible role for configuring 3proxy
|
|||
|
||||
### Variables
|
||||
|
||||
Set `3proxy_config_template` to template file you want to deploy as unbound configuration
|
||||
Set `threeproxy_config_template` to template file you want to deploy as unbound configuration
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- name: 3proxy | Deploy configuration file
|
||||
template:
|
||||
src: "{{ 3proxy_config_template }}"
|
||||
src: "{{ threeproxy_config_template }}"
|
||||
dest: /etc/3proxy/3proxy.cfg
|
||||
mode: 0600
|
||||
owner: threeproxy
|
||||
|
|
Loading…
Reference in New Issue