Moving tower_oauthtoken into a doc fragement

This commit is contained in:
John Westcott IV
2020-05-21 13:44:29 -04:00
parent 7939f2d320
commit c61e875bf8
28 changed files with 61 additions and 146 deletions

View File

@@ -49,13 +49,6 @@ options:
description:
- Maximum time in seconds to wait for a job to finish.
type: int
tower_oauthtoken:
description:
- The Tower OAuth token to use.
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
required: False
type: str
version_added: "3.7"
extends_documentation_fragment: awx.awx.auth
'''