Pavel Loginov 2020-06-13 15:29:47 +02:00
parent 6869c2aded
commit b82733fcbc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
- name: Copy Nginx configuration in place.
template:
src: ./default.conf.j2
src: /var/www/haproxy-wi/app/scripts/ansible/roles/default.conf.j2
dest: "{{CONFIG_PATH}}"
mode: 0644
when: "'nginx' not in ansible_facts.packages"