diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 37ab9d33bd..7dd680e817 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -19,7 +19,7 @@ ProxyPreserveHost On {% if balancer_name is defined %} # This is using openshift or another thing we want to balance in httpd -{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool %} +{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool ) %} # This is a openshift3 app on a proxy anywhere, or a openshift4 one only in iad2 SSLProxyEngine On