fix ansible-ansible-openshift ansible template '(' != '{' (thanks Patrick)
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
70b6353dd9
commit
1cfccb338e
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ openshift_master_console_port={{openshift_console_port}}
|
|||
|
||||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
|
||||
(% if openshift_nodeselectors is defined %}
|
||||
{% if openshift_nodeselectors is defined %}
|
||||
{% if openshift_nodeselectors %}
|
||||
{{ host }} openshift_node_labels="{'region': 'primary', 'zone': 'default', {{openshift_nodeselectors}}}"
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue