mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Distinguish between natural connections and rewritten connections (#34706)
This commit is contained in:
parent
db44602629
commit
1f2c276481
18 changed files with 18 additions and 18 deletions
|
@ -72,7 +72,7 @@ class ActionModule(_ActionModule):
|
|||
pc.become_pass = provider['auth_pass']
|
||||
pc.become_method = 'enable'
|
||||
|
||||
display.vvv('using connection plugin %s' % pc.connection, pc.remote_addr)
|
||||
display.vvv('using connection plugin %s (was local)' % pc.connection, pc.remote_addr)
|
||||
connection = self._shared_loader_obj.connection_loader.get('persistent', pc, sys.stdin)
|
||||
socket_path = connection.run()
|
||||
display.vvvv('socket_path: %s' % socket_path, pc.remote_addr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue