mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 20:32:45 +00:00
Adds original_transport attribute to Runner to track what the original transport was before it is changed to 'accelerate'. If using paramiko in original_transport, uses ParamikoConnection. If not, falls back to SSHConnection like before.