updated legacy messages

This commit is contained in:
sean-m-sullivan
2020-08-31 15:24:32 -05:00
parent b3ec080e08
commit 0bc927820b
4 changed files with 13 additions and 5 deletions

View File

@@ -143,7 +143,7 @@ def main():
result = module.wait_on_url(
url=job['url'],
object_name=job_id,
object_type='job',
object_type='legacy_job_wait',
timeout=timeout, interval=interval
)