fix ansible-ansible-openshift ansible template '(' != '{' (thanks Patrick)

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-08-15 20:37:51 +00:00
parent 70b6353dd9
commit 1cfccb338e

View file

@ -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 %}