mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove compress option from paramiko connection for now
It's not available on older versions of paramiko such as shipped in RHEL6
This commit is contained in:
@@ -174,7 +174,6 @@ class Connection(ConnectionBase):
|
||||
key_filename=key_filename,
|
||||
password=self._play_context.password,
|
||||
timeout=self._play_context.timeout,
|
||||
compress=True,
|
||||
port=port,
|
||||
)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user