summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2020-05-26 18:31:55 +0200
committerJohn Westcott IV <john.westcott.iv@redhat.com>2020-05-26 18:31:55 +0200
commit10a6ad92b7ea2f1d6de9680552f22fc78010db38 (patch)
treed7947f5c04e5117174a3848f438b24c373239fcb /awx_collection
parentMerge pull request #7118 from john-westcott-iv/module_docs (diff)
downloadawx-10a6ad92b7ea2f1d6de9680552f22fc78010db38.tar.xz
awx-10a6ad92b7ea2f1d6de9680552f22fc78010db38.zip
Fixing tower_schedule oauth_token
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/plugins/modules/tower_schedule.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/awx_collection/plugins/modules/tower_schedule.py b/awx_collection/plugins/modules/tower_schedule.py
index 86fab3b7a3..b492a1654b 100644
--- a/awx_collection/plugins/modules/tower_schedule.py
+++ b/awx_collection/plugins/modules/tower_schedule.py
@@ -116,12 +116,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
'''