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:
parent
39ee02acbc
commit
1a4757a7ab
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue