Backward compatibility with nginx_php variable

This commit is contained in:
Emilien Mantel
2016-08-30 10:52:28 +02:00
parent 5e254331c4
commit 634d88874f

View File

@@ -1,5 +1,10 @@
--- ---
- name: SET_FACT | Backward compatibility with old version of this role
set_fact: >
nginx_php56: true
when: nginx_php is defined and nginx_php
- name: TEMPLATE | Deploy PHP upstream to Nginx - name: TEMPLATE | Deploy PHP upstream to Nginx
template: > template: >
src=etc/nginx/upstream/php.conf.j2 src=etc/nginx/upstream/php.conf.j2