mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
updated parameters and errors
This commit is contained in:
@@ -247,9 +247,9 @@ def main():
|
||||
|
||||
# Invoke wait function
|
||||
results = module.wait_on_url(
|
||||
url=results['json']['url'],
|
||||
object_name=name,
|
||||
object_type='job',
|
||||
url=results['json']['url'],
|
||||
timeout=timeout, interval=interval
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user