mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Make logging consistent for network platforms (#23605)
This commit is contained in:
parent
89fc098488
commit
89752cc34f
10 changed files with 31 additions and 8 deletions
|
@ -70,6 +70,7 @@ class ActionModule(_ActionModule):
|
|||
if not os.path.exists(socket_path):
|
||||
# start the connection if it isn't started
|
||||
rc, out, err = connection.exec_command('open_shell()')
|
||||
display.vvvv('open_shell() returned %s %s %s' % (rc, out, err))
|
||||
if not rc == 0:
|
||||
return {'failed': True,
|
||||
'msg': 'unable to open shell. Please see: ' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue