add update to tower project

This commit is contained in:
sean-m-sullivan
2020-11-25 09:36:03 -06:00
parent 318274c70f
commit bbed8ec704
4 changed files with 102 additions and 4 deletions

View File

@@ -126,9 +126,6 @@ def main():
# Grab our start time to compare against for the timeout
start = time.time()
if not wait:
module.exit_json(**module.json_output)
# Invoke wait function
module.wait_on_url(
url=result['json']['url'],