Backward compatibility with nginx_php variable

pull/22/head
Emilien Mantel 2016-08-30 10:52:28 +02:00
parent 5e254331c4
commit 634d88874f
1 changed files with 5 additions and 0 deletions

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
template: >
src=etc/nginx/upstream/php.conf.j2