From a5aec7d61ac81469cb954c77258c86564d0894b0 Mon Sep 17 00:00:00 2001 From: Ivan Kokalovic <67540157+koke1997@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:49:07 +0100 Subject: [PATCH] Fix typo in auth_username in examples (#11295) --- plugins/modules/keycloak_component_info.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/modules/keycloak_component_info.py b/plugins/modules/keycloak_component_info.py index 43512eae3c..999130117f 100644 --- a/plugins/modules/keycloak_component_info.py +++ b/plugins/modules/keycloak_component_info.py @@ -55,7 +55,7 @@ EXAMPLES = r""" - name: Retrive info of a UserStorageProvider named myldap community.general.keycloak_component_info: auth_keycloak_url: http://localhost:8080/auth - auth_sername: admin + auth_username: admin auth_password: password auth_realm: master realm: myrealm @@ -65,7 +65,7 @@ EXAMPLES = r""" - name: Retrive key info component community.general.keycloak_component_info: auth_keycloak_url: http://localhost:8080/auth - auth_sername: admin + auth_username: admin auth_password: password auth_realm: master realm: myrealm @@ -75,7 +75,7 @@ EXAMPLES = r""" - name: Retrive all component from realm master community.general.keycloak_component_info: auth_keycloak_url: http://localhost:8080/auth - auth_sername: admin + auth_username: admin auth_password: password auth_realm: master realm: myrealm @@ -83,7 +83,7 @@ EXAMPLES = r""" - name: Retrive all sub components of parent component filter by type community.general.keycloak_component_info: auth_keycloak_url: http://localhost:8080/auth - auth_sername: admin + auth_username: admin auth_password: password auth_realm: master realm: myrealm