updated doc and pep8

This commit is contained in:
sean-m-sullivan
2020-08-31 15:53:54 -05:00
parent d9d454d435
commit cd45cfec30
3 changed files with 5 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ options:
wait: wait:
description: description:
- Wait for the job to complete. - Wait for the job to complete.
default: True default: False
type: bool type: bool
interval: interval:
description: description:
@@ -259,5 +259,6 @@ def main():
'status': results['json']['status'], 'status': results['json']['status'],
}) })
if __name__ == '__main__': if __name__ == '__main__':
main() main()

View File

@@ -149,5 +149,6 @@ def main():
module.exit_json(**module.json_output) module.exit_json(**module.json_output)
if __name__ == '__main__': if __name__ == '__main__':
main() main()