mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
updated doc and pep8
This commit is contained in:
@@ -84,7 +84,7 @@ options:
|
||||
wait:
|
||||
description:
|
||||
- Wait for the job to complete.
|
||||
default: True
|
||||
default: False
|
||||
type: bool
|
||||
interval:
|
||||
description:
|
||||
@@ -183,7 +183,7 @@ def main():
|
||||
optional_args['credential_passwords'] = module.params.get('credential_passwords')
|
||||
wait = module.params.get('wait')
|
||||
interval = module.params.get('interval')
|
||||
timeout = module.params.get('timeout')
|
||||
timeout = module.params.get('timeout')
|
||||
|
||||
# Create a datastructure to pass into our job launch
|
||||
post_data = {}
|
||||
@@ -259,5 +259,6 @@ def main():
|
||||
'status': results['json']['status'],
|
||||
})
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user