declare types in Ansible Tower module options

This commit is contained in:
AlanCoding
2019-09-30 16:01:44 -04:00
parent 9d93b78296
commit 201ae5f948
23 changed files with 182 additions and 15 deletions

View File

@@ -27,15 +27,18 @@ options:
description:
- Name to use for the label.
required: True
type: str
organization:
description:
- Organization the label should be applied to.
required: True
type: str
state:
description:
- Desired state of the resource.
default: "present"
choices: ["present", "absent"]
type: str
extends_documentation_fragment: awx.awx.auth
'''