mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Solving Coverity issues (#28057)
This commit is contained in:
committed by
John R Barker
parent
ffd701c8d1
commit
55df3e05ed
@@ -136,8 +136,7 @@ def main():
|
||||
file.close()
|
||||
|
||||
errorMsg = cnos.checkOutputForError(output)
|
||||
errorMsg = None
|
||||
if(errorMsg is None):
|
||||
if(errorMsg in "Device Response Timed out"):
|
||||
module.exit_json(changed=True, msg="Device is Reloading. Please wait...")
|
||||
else:
|
||||
module.fail_json(msg=errorMsg)
|
||||
|
||||
Reference in New Issue
Block a user