From e96b437df7f4315854ab6899869c871337546a55 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 8 Jun 2026 07:45:00 +0000 Subject: [PATCH] fix: jinja condition --- ansible/proxmox/update_proxmox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/proxmox/update_proxmox.yml b/ansible/proxmox/update_proxmox.yml index 81a13f6..231a809 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -176,7 +176,7 @@ {% set _ = updated_nodes.append(node) %} {% endif %} {% endfor %} - {% if updated_nodes | length == 0 %} + {% if not updates_performed %} No updates available on the cluster. {% else %} The following nodes were updated: