mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00:00
Make sure the accelerated port is set to a sane value
This commit is contained in:
@@ -58,6 +58,9 @@ class Connection(object):
|
||||
private_key_file=private_key_file
|
||||
)
|
||||
|
||||
if not self.accport:
|
||||
self.accport = constants.ACCELERATE_PORT
|
||||
|
||||
# attempt to work around shared-memory funness
|
||||
if getattr(self.runner, 'aes_keys', None):
|
||||
utils.AES_KEYS = self.runner.aes_keys
|
||||
|
||||
Reference in New Issue
Block a user