Rename template variable
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user