Let's see if it's reversed?

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-09-28 18:55:21 +02:00
parent 48bf3be669
commit 7dc41f8f16

View file

@ -9,7 +9,7 @@
- name: Set OpenShift information if not preconfigured
set_fact:
balancer_members: "{{ openshift_nodes }}"
when: 'targettype == "openshift" and not defined balancer_members'
when: 'targettype == "openshift" and balancer_members not defined'
- name: Copy in ProxyPassReverse for {{destname}} ({{website}}{{remotepath}})
template: >