mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Added accelerate_port to plays, and made it configurable
This commit is contained in:
@@ -299,7 +299,7 @@ def main():
|
||||
)
|
||||
|
||||
password = base64.b64decode(module.params['password'])
|
||||
port = module.params['port']
|
||||
port = int(module.params['port'])
|
||||
minutes = int(module.params['minutes'])
|
||||
|
||||
if not HAS_KEYCZAR:
|
||||
|
||||
Reference in New Issue
Block a user