diff --git a/plugins/modules/keycloak_component_info.py b/plugins/modules/keycloak_component_info.py index 79a6d58720..9d0bf129fc 100644 --- a/plugins/modules/keycloak_component_info.py +++ b/plugins/modules/keycloak_component_info.py @@ -57,7 +57,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 @@ -67,7 +67,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 @@ -77,7 +77,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 @@ -85,7 +85,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