diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 4c6d391cc2..fafaba7158 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -941,7 +941,7 @@ website: whatcanidoforfedora.org destname: whatcanidoforfedora balancer_name: app-ocp - balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}" + balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, openshift_nodes) }}" targettype: openshift ocp4: true keephost: true