Skip to content

Commit

Permalink
fixes log message in junos action handler (ansible#22965)
Browse files Browse the repository at this point in the history
  • Loading branch information
privateip authored Mar 25, 2017
1 parent 77ce83f commit e93cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/action/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(self, tmp=None, task_vars=None):
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)
Expand Down

0 comments on commit e93cdec

Please sign in to comment.