From efad5528874963a7940b3c21d4cef6f47d98f448 Mon Sep 17 00:00:00 2001 From: Felix Grzelka Date: Wed, 3 Jun 2026 09:44:09 +0000 Subject: [PATCH] fix extends_documentation_fragment --- plugins/modules/keycloak_realm_users_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/keycloak_realm_users_info.py b/plugins/modules/keycloak_realm_users_info.py index 637f462715..51a9e12943 100644 --- a/plugins/modules/keycloak_realm_users_info.py +++ b/plugins/modules/keycloak_realm_users_info.py @@ -35,8 +35,8 @@ options: extends_documentation_fragment: - community.general._keycloak - - community.general._keycloak.actiongroup_keycloak - community.general._attributes + - community.general._attributes.info_module author: - Felix Grzelka (@felix-grzelka)