Skip to content

Commit

Permalink
Review requests
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde committed Aug 14, 2024
1 parent b7a485e commit 61d4ab5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/modules/controller_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
"""
Expand Down

0 comments on commit 61d4ab5

Please sign in to comment.