mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -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
|
@ -67,7 +67,7 @@ class ActionModule(_ActionModule):
|
|||
username=pc.remote_user,
|
||||
password=pc.password
|
||||
)
|
||||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue