mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Backward compatibility with nginx_php variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user