Commit 0250beb6 by Toshio Kuratomi

Remove compress option from paramiko connection for now

It's not available on older versions of paramiko such as shipped in RHEL6
parent 12df9f2e
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment