Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-07-17 15:01:42 +12:00 committed by GitHub
commit 17e7b71776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -39,9 +39,9 @@ options:
state:
description:
- State of the client_rolemapping.
- On V(present), the client_rolemapping __FIXME__(will) be created if it does not yet exist, or updated with the parameters
- On V(present), the client_rolemapping is created if it does not yet exist, or updated with the parameters
you provide.
- On V(absent), the client_rolemapping __FIXME__(will) be removed if it exists.
- On V(absent), the client_rolemapping is removed if it exists.
default: 'present'
type: str
choices:

View file

@ -103,7 +103,7 @@ options:
- List of groups for the user.
- Groups can be referenced by their name, like V(staff), or their path, like V(/staff/engineering). The path syntax
allows you to reference subgroups, which is not possible otherwise.
- This is possible since community.general 10.6.0.
- Using the path is possible since community.general 10.6.0.
type: list
elements: dict
default: []

View file

@ -405,7 +405,6 @@ data:
description: The data returned by the Keycloak API.
returned: when state is present
type: dict
sample: {"...": "..."}
"""
from ansible_collections.community.general.plugins.module_utils.identity.keycloak.keycloak import KeycloakAPI, camel, \