This commit is contained in:
2026-02-10 11:19:30 +02:00
parent 72747ae32c
commit b30e6b0ab7

View File

@@ -1274,7 +1274,7 @@
{{ {{
((dev2_up_write.stdout | default('')) is search('update is complete')) ((dev2_up_write.stdout | default('')) is search('update is complete'))
or 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 - name: Journal stall if update -w timed out
@@ -1488,8 +1488,8 @@
) )
or or
( (
(((dev2_up_write.stdout | default('')) | trim) == '') ((not (dev2_up_write.skipped | default(false))) and (((dev2_up_write.stdout | default('')) | trim) == '')
and (((dev2_up_write.rc | default(0)) | int) == 0) and (((dev2_up_write.rc | default(1)) | int) == 0))
) )
) )
if (dev2_up_write is defined) else false if (dev2_up_write is defined) else false