Make logging consistent for network platforms (#23605)

This commit is contained in:
Ganesh Nalawade 2017-04-16 23:25:40 +05:30 committed by GitHub
commit 89752cc34f
10 changed files with 31 additions and 8 deletions

View file

@ -64,6 +64,7 @@ class ActionModule(_ActionModule):
pc.private_key_file = provider['ssh_keyfile'] or self._play_context.private_key_file
pc.timeout = provider['timeout'] or self._play_context.timeout
display.vvv('using connection plugin %s' % pc.connection, pc.remote_addr)
connection = self._shared_loader_obj.connection_loader.get('persistent', pc, sys.stdin)
socket_path = self._get_socket_path(pc)