Added accelerate_port to plays, and made it configurable

This commit is contained in:
James Cammarata
2013-08-27 15:25:54 -05:00
parent 167f185092
commit 959138d00d
7 changed files with 33 additions and 19 deletions

View File

@@ -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: