From 634d88874fdc4d5a2310a801b54ce4d02db7578e Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 30 Aug 2016 10:52:28 +0200 Subject: [PATCH] Backward compatibility with nginx_php variable --- tasks/upstream.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/upstream.yml b/tasks/upstream.yml index 593dd8b..9707cbb 100644 --- a/tasks/upstream.yml +++ b/tasks/upstream.yml @@ -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