fix: jinja condition

This commit is contained in:
2026-06-08 07:45:00 +00:00
parent 8f2494d080
commit e96b437df7

View File

@@ -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: