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