1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-05 10:08:58 +00:00

fix line too long

This commit is contained in:
Felix Grzelka 2026-05-28 08:41:23 +00:00
parent 39ee02acbc
commit 1a4757a7ab

View file

@ -17,7 +17,8 @@ description:
- This module retrieves all users from a specified Keycloak realm using the Keycloak REST API.
- Access to the REST API is performed via OpenID Connect. The user and client used must have the necessary permissions.
- Authentication can be performed either with username/password or with a token.
- The names of module options are snake_case versions of the camelCase ones found in the Keycloak API and its documentation at U(https://www.keycloak.org/docs-api/18.0/rest-api/index.html).
- The names of module options are snake_case versions of the camelCase ones found in the Keycloak API
and its documentation at U(https://www.keycloak.org/docs-api/18.0/rest-api/index.html).
attributes:
check_mode: