summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/doc_fragments
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2020-05-26 18:30:43 +0200
committerJohn Westcott IV <john.westcott.iv@redhat.com>2020-06-05 19:50:39 +0200
commit1dbea4614ba4d29ab7535649fe5cef9704451fa0 (patch)
treeb8c905dea39ed5b594358343f2a7fa2560c10c49 /awx_collection/plugins/doc_fragments
parentRemoved some debugging and added an exmaple (diff)
downloadawx-1dbea4614ba4d29ab7535649fe5cef9704451fa0.tar.xz
awx-1dbea4614ba4d29ab7535649fe5cef9704451fa0.zip
Rebasing and fixing oauthtoken docs
Diffstat (limited to 'awx_collection/plugins/doc_fragments')
-rw-r--r--awx_collection/plugins/doc_fragments/auth.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/awx_collection/plugins/doc_fragments/auth.py b/awx_collection/plugins/doc_fragments/auth.py
index 21e8d07482..c4cc6fcc3f 100644
--- a/awx_collection/plugins/doc_fragments/auth.py
+++ b/awx_collection/plugins/doc_fragments/auth.py
@@ -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.