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