From 3d35caa28ce348adf1edd278bde1ab09e60e179a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 1 May 2026 15:41:43 +0200 Subject: [PATCH] feat: ignore single host failures --- update-all-hosts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/update-all-hosts.yaml b/update-all-hosts.yaml index d2da682..de578e4 100644 --- a/update-all-hosts.yaml +++ b/update-all-hosts.yaml @@ -5,6 +5,7 @@ hosts: "all,!proxmox,!semaphore01.siempie.internal" become: true serial: 1 + max_fail_percentage: 100 tasks: # install updates