From 38b27a41fd592353b6c7cd5f761ac45f75d01392 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 8 Jun 2026 08:46:11 +0000 Subject: [PATCH] add: fail gracefully when no ready --- ansible/proxmox/update_proxmox.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/proxmox/update_proxmox.yml b/ansible/proxmox/update_proxmox.yml index fe00b14..e5b2adc 100644 --- a/ansible/proxmox/update_proxmox.yml +++ b/ansible/proxmox/update_proxmox.yml @@ -40,6 +40,9 @@ run_once: true when: ntfy_url is defined + - ansible.builtin.fail: + msg: "Update aborted" + - name: Rolling update of Proxmox VE cluster hosts: nodes