1119
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user