mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 06:21:43 -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
|
@ -129,7 +129,7 @@ class ActionModule(ActionBase):
|
|||
|
||||
def _start_connection(self, play_context):
|
||||
|
||||
display.vvv('using connection plugin %s' % play_context.connection, play_context.remote_addr)
|
||||
display.vvv('using connection plugin %s (was local)' % play_context.connection, play_context.remote_addr)
|
||||
connection = self._shared_loader_obj.connection_loader.get('persistent',
|
||||
play_context, sys.stdin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue