fix: jinja condition
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
{% set _ = updated_nodes.append(node) %}
|
{% set _ = updated_nodes.append(node) %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if updated_nodes | length == 0 %}
|
{% if not updates_performed %}
|
||||||
No updates available on the cluster.
|
No updates available on the cluster.
|
||||||
{% else %}
|
{% else %}
|
||||||
The following nodes were updated:
|
The following nodes were updated:
|
||||||
|
|||||||
Reference in New Issue
Block a user