haproxy: add a backward compatible variable for backports

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

View File

@ -1,3 +1,4 @@
---
haproxy_backports: False
# backward compatibility with a previously used variable
haproxy_backports: "{{ haproxy_jessie_backports | default(false, true) }}"
haproxy_stats_url: "http://127.0.0.1:8080/"