From 10a6ad92b7ea2f1d6de9680552f22fc78010db38 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 26 May 2020 12:31:55 -0400 Subject: [PATCH] Fixing tower_schedule oauth_token --- awx_collection/plugins/modules/tower_schedule.py | 6 ------ 1 file changed, 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 '''