diff --git a/roles/haproxy/templates/global.cfg.j2 b/roles/haproxy/templates/global.cfg.j2 index f5f5bda..7865ea9 100644 --- a/roles/haproxy/templates/global.cfg.j2 +++ b/roles/haproxy/templates/global.cfg.j2 @@ -18,6 +18,6 @@ global {% if haproxy_ssl_default_server_ciphers|d %} ssl-default-server-ciphers {{ haproxy_ssl_default_server_ciphers }} {% endif %} -{% if haproxy_ssl_default_bind_options %} +{% if haproxy_ssl_default_bind_options|d %} ssl-default-bind-options {{ haproxy_ssl_default_bind_options }} {% endif %}