Skip to content

Commit 9b318be

Browse files
committed
add log if system info fails
1 parent 77c9ce1 commit 9b318be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/modules/podman_system_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def get_podman_system_info(module, executable):
189189
if out:
190190
return out
191191

192+
module.log(msg="Unable to get podman system info: %s" % err)
192193
return json.dumps([])
193194

194195
def main():

0 commit comments

Comments
 (0)