From 1b3debec53f86a22142095cb2ee755b785eecbd0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 10:19:36 +0200 Subject: [PATCH] [PR #12236/b738e42e backport][stable-13] keycloak_realm_users_info: add missing doc fragment (#12237) keycloak_realm_users_info: add missing doc fragment (#12236) For some reason, the keycloak module defaults group doc fragment was missing. (cherry picked from commit b738e42e2495a3b5e63a9b1c21f13b1345a5231b) Co-authored-by: Felix Fontein --- plugins/modules/keycloak_realm_users_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/keycloak_realm_users_info.py b/plugins/modules/keycloak_realm_users_info.py index 997e63d24a..4b8f92b31f 100644 --- a/plugins/modules/keycloak_realm_users_info.py +++ b/plugins/modules/keycloak_realm_users_info.py @@ -35,6 +35,7 @@ options: extends_documentation_fragment: - community.general._keycloak + - community.general._keycloak.actiongroup_keycloak - community.general._attributes - community.general._attributes.info_module