Rebasing and fixing oauthtoken docs

This commit is contained in:
John Westcott IV 2020-05-26 12:30:43 -04:00
parent 6e9a43513e
commit 1dbea4614b
2 changed files with 2 additions and 7 deletions

View File

@ -32,7 +32,8 @@ options:
description:
- The Tower OAuth token to use.
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
type: str
type: raw
version_added: "3.7"
validate_certs:
description:
- Whether to allow insecure connections to Tower or AWX.

View File

@ -51,12 +51,6 @@ options:
choices: ["present", "absent"]
default: "present"
type: str
tower_oauthtoken:
description:
- The Tower OAuth token to use.
required: False
type: str
version_added: "3.7"
extends_documentation_fragment: awx.awx.auth
'''