roles/nginx/forward: Fixed name of configuration template

wip
Felix Stupp 5 years ago
parent 3fbead1377
commit d938fdfb39
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -2,7 +2,7 @@
- name: Enable forwarding {{ domain }} to {{ dest }}
template:
src: forwarding.conf
src: forward.conf
dest: "{{ nginx_sites_directory }}/{{ domain }}"
owner: root
group: root

Loading…
Cancel
Save