1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 02:25:36 +00:00

mv keycloak_realm_users.py keycloak_realm_users_info.py

This commit is contained in:
Felix Grzelka 2026-05-29 09:29:42 +00:00
parent 39bc413623
commit 0ef0adab7a
3 changed files with 5 additions and 5 deletions

2
.github/BOTMETA.yml vendored
View file

@ -887,7 +887,7 @@ files:
maintainers: danekja
$modules/keycloak_realm_rolemapping.py:
maintainers: agross mhuysamen Gaetan2907
$modules/keycloak_realm_users.py:
$modules/keycloak_realm_users_info.py:
maintainers: felix-grzelka
$modules/keycloak_role.py:
maintainers: laurpaum

View file

@ -44,7 +44,7 @@ action_groups:
- keycloak_realm_keys_metadata_info
- keycloak_realm_localization
- keycloak_realm_rolemapping
- keycloak_realm_users
- keycloak_realm_users_info
- keycloak_role
- keycloak_user
- keycloak_user_federation

View file

@ -7,7 +7,7 @@
from __future__ import annotations
DOCUMENTATION = r"""
module: keycloak_realm_users
module: keycloak_realm_users_info
short_description: Retrieve users from a Keycloak realm using the Keycloak API
@ -44,7 +44,7 @@ author:
EXAMPLES = r"""
- name: List all users in the "MyCustomRealm" realm using username/password authentication
community.general.keycloak_realm_users:
community.general.keycloak_realm_users_info:
realm: MyCustomRealm
auth_client_id: admin-cli
auth_keycloak_url: https://auth.example.com/auth
@ -54,7 +54,7 @@ EXAMPLES = r"""
delegate_to: localhost
- name: List all users in the "MyCustomRealm" realm using a token
community.general.keycloak_realm_users:
community.general.keycloak_realm_users_info:
realm: MyCustomRealm
auth_client_id: admin-cli
auth_keycloak_url: https://auth.example.com/auth