diff --git a/plugins/modules/controller_token.py b/plugins/modules/controller_token.py index e3777f88..ae91dd20 100644 --- a/plugins/modules/controller_token.py +++ b/plugins/modules/controller_token.py @@ -23,10 +23,6 @@ - The name of the AWX token. type: str required: true - new_name: - description: - - Setting this option will change the existing name. - type: str description: description: - The description of the project. @@ -46,7 +42,7 @@ notes: - Controller Token API does not support PATCH method, due to this reason the module deletes and re-creates the token when existing controller token is found. - This will cause module to report O(changed=True), everytime update is called. + This will cause module to report changed, every time update is called. extends_documentation_fragment: - ansible.eda.eda_controller.auths """