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