nginx: add a backward compatible variable for backports

This commit is contained in:
Jérémy Lecour 2018-08-09 17:13:04 +02:00 committed by Jérémy Lecour
parent fbc9bf3288
commit 17b8b4c3d5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
---
nginx_minimal: False
nginx_backports: False
# backward compatibility with a previously used variable
nginx_backports: "{{ nginx_jessie_backports | default(false, true) }}"
nginx_package_name: "nginx-full"