fixes log message in junos action handler (#22965)

pull/22966/head
Peter Sprygada 8 years ago committed by GitHub
parent 77ce83fe22
commit e93cdecef1

@ -72,7 +72,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)
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)

Loading…
Cancel
Save