Fix template path
parent
43e61eac71
commit
be39791d85
|
@ -9,7 +9,7 @@
|
|||
|
||||
- name: 3proxy | Deploy configuration file
|
||||
template:
|
||||
src: 3proxy.cfg.j2
|
||||
src: "{{ 3proxy_config_template }}"
|
||||
dest: /etc/3proxy/3proxy.cfg
|
||||
mode: 0600
|
||||
owner: threeproxy
|
||||
|
|
Loading…
Reference in New Issue