From a7883ee489960c14315f940d61703ebf86b0d5ed Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 06:44:18 +0000 Subject: [PATCH] Fixed typo in keycloak_client_rolemapping examples (#4393) (#4401) * Fixed typo in keycloak_client_rolemapping examples * Add a changelog fragment. * Removed changelogs fragment for docs-only change. Co-authored-by: shnee (cherry picked from commit cb30eb2d30d4069e9adcaab48168ee7c466908d7) Co-authored-by: shnee --- .../identity/keycloak/keycloak_client_rolemapping.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/identity/keycloak/keycloak_client_rolemapping.py b/plugins/modules/identity/keycloak/keycloak_client_rolemapping.py index b7cd70c122..2d89753143 100644 --- a/plugins/modules/identity/keycloak/keycloak_client_rolemapping.py +++ b/plugins/modules/identity/keycloak/keycloak_client_rolemapping.py @@ -104,7 +104,7 @@ author: EXAMPLES = ''' - name: Map a client role to a group, authentication with credentials - community.general.keycloak_client_rolemappings: + community.general.keycloak_client_rolemapping: realm: MyCustomRealm auth_client_id: admin-cli auth_keycloak_url: https://auth.example.com/auth @@ -122,7 +122,7 @@ EXAMPLES = ''' delegate_to: localhost - name: Map a client role to a group, authentication with token - community.general.keycloak_client_rolemappings: + community.general.keycloak_client_rolemapping: realm: MyCustomRealm auth_client_id: admin-cli auth_keycloak_url: https://auth.example.com/auth @@ -138,7 +138,7 @@ EXAMPLES = ''' delegate_to: localhost - name: Unmap client role from a group - community.general.keycloak_client_rolemappings: + community.general.keycloak_client_rolemapping: realm: MyCustomRealm auth_client_id: admin-cli auth_keycloak_url: https://auth.example.com/auth