From b30e6b0ab7ebf90c4bfdbb70e29020273408760c Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 10 Feb 2026 11:19:30 +0200 Subject: [PATCH] 1119 --- files/ansible-playbooks/update-indoor6-stable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/ansible-playbooks/update-indoor6-stable.yml b/files/ansible-playbooks/update-indoor6-stable.yml index eebe989..d6bc73d 100644 --- a/files/ansible-playbooks/update-indoor6-stable.yml +++ b/files/ansible-playbooks/update-indoor6-stable.yml @@ -1274,7 +1274,7 @@ {{ ((dev2_up_write.stdout | default('')) is search('update is complete')) or - ((((dev2_up_write.stdout | default('')) | trim) == '') and (((dev2_up_write.rc | default(0)) | int) == 0)) + ((not (dev2_up_write.skipped | default(false))) and ((((dev2_up_write.stdout | default('')) | trim) == '') and (((dev2_up_write.rc | default(1)) | int) == 0))) }} - name: Journal stall if update -w timed out @@ -1488,8 +1488,8 @@ ) or ( - (((dev2_up_write.stdout | default('')) | trim) == '') - and (((dev2_up_write.rc | default(0)) | int) == 0) + ((not (dev2_up_write.skipped | default(false))) and (((dev2_up_write.stdout | default('')) | trim) == '') + and (((dev2_up_write.rc | default(1)) | int) == 0)) ) ) if (dev2_up_write is defined) else false