mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b0e2f1c656
commit
17e7b71776
3 changed files with 3 additions and 4 deletions
|
@ -39,9 +39,9 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the client_rolemapping.
|
- 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.
|
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'
|
default: 'present'
|
||||||
type: str
|
type: str
|
||||||
choices:
|
choices:
|
||||||
|
|
|
@ -103,7 +103,7 @@ options:
|
||||||
- List of groups for the user.
|
- 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
|
- 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.
|
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
|
type: list
|
||||||
elements: dict
|
elements: dict
|
||||||
default: []
|
default: []
|
||||||
|
|
|
@ -405,7 +405,6 @@ data:
|
||||||
description: The data returned by the Keycloak API.
|
description: The data returned by the Keycloak API.
|
||||||
returned: when state is present
|
returned: when state is present
|
||||||
type: dict
|
type: dict
|
||||||
sample: {"...": "..."}
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ansible_collections.community.general.plugins.module_utils.identity.keycloak.keycloak import KeycloakAPI, camel, \
|
from ansible_collections.community.general.plugins.module_utils.identity.keycloak.keycloak import KeycloakAPI, camel, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue