declare types in Ansible Tower module options

This commit is contained in:
AlanCoding
2019-09-30 16:01:44 -04:00
committed by Ryan Petrello
parent e097bc61c8
commit c103a813bf
23 changed files with 182 additions and 15 deletions

View File

@@ -27,10 +27,12 @@ options:
description:
- Name of setting to modify
required: True
type: str
value:
description:
- Value to be modified for given setting.
required: True
type: str
extends_documentation_fragment: awx.awx.auth
'''