mirror of https://github.com/Aidaho12/haproxy-wi
parent
6869c2aded
commit
b82733fcbc
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
- name: Copy Nginx configuration in place.
|
- name: Copy Nginx configuration in place.
|
||||||
template:
|
template:
|
||||||
src: ./default.conf.j2
|
src: /var/www/haproxy-wi/app/scripts/ansible/roles/default.conf.j2
|
||||||
dest: "{{CONFIG_PATH}}"
|
dest: "{{CONFIG_PATH}}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: "'nginx' not in ansible_facts.packages"
|
when: "'nginx' not in ansible_facts.packages"
|
||||||
|
|
Loading…
Reference in New Issue