diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2020-05-26 18:31:55 +0200 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2020-05-26 18:31:55 +0200 |
commit | 10a6ad92b7ea2f1d6de9680552f22fc78010db38 (patch) | |
tree | d7947f5c04e5117174a3848f438b24c373239fcb /awx_collection | |
parent | Merge pull request #7118 from john-westcott-iv/module_docs (diff) | |
download | awx-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.py | 6 |
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 ''' |