Word ordering is hard
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7dc41f8f16
commit
f3bdabd73a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
- name: Set OpenShift information if not preconfigured
|
||||
set_fact:
|
||||
balancer_members: "{{ openshift_nodes }}"
|
||||
when: 'targettype == "openshift" and balancer_members not defined'
|
||||
when: 'targettype == "openshift" and not balancer_members is defined'
|
||||
|
||||
- name: Copy in ProxyPassReverse for {{destname}} ({{website}}{{remotepath}})
|
||||
template: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue