mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Initial work to make paramiko connections work under v2
This commit is contained in:
@@ -50,7 +50,7 @@ class Connection(ConnectionBase):
|
||||
self._cp_dir = '/tmp'
|
||||
#fcntl.lockf(self.runner.process_lockfile, fcntl.LOCK_UN)
|
||||
|
||||
super(Connection, self).__init__(connection_info)
|
||||
super(Connection, self).__init__(connection_info, *args, **kwargs)
|
||||
|
||||
@property
|
||||
def transport(self):
|
||||
|
||||
Reference in New Issue
Block a user