mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
linting
This commit is contained in:
parent
dbcdbe0770
commit
c2b5ffcc1c
@ -130,7 +130,9 @@ def main():
|
||||
start = time.time()
|
||||
|
||||
# Invoke wait function
|
||||
result = module.wait_on_url(url=result['json']['url'], object_name=module.get_item_name(project), object_type='Project Update', timeout=timeout, interval=interval)
|
||||
result = module.wait_on_url(
|
||||
url=result['json']['url'], object_name=module.get_item_name(project), object_type='Project Update', timeout=timeout, interval=interval
|
||||
)
|
||||
scm_revision_new = result['json']['scm_revision']
|
||||
if scm_revision_new == scm_revision_original:
|
||||
module.json_output['changed'] = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user