From 82c510e51e46576c014cdfdfcd13d993263c2a9e Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 21 Jun 2021 10:01:22 -0400 Subject: [PATCH] remove tower_token alias (#5110) --- awx_collection/plugins/modules/token.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx_collection/plugins/modules/token.py b/awx_collection/plugins/modules/token.py index 1de8fd088f..ff0f4b8441 100644 --- a/awx_collection/plugins/modules/token.py +++ b/awx_collection/plugins/modules/token.py @@ -114,8 +114,6 @@ controller_token: description: The numeric ID of the token created type: str returned: on successful create - aliases: - - tower_token ''' from ..module_utils.controller_api import ControllerAPIModule