mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fixed typo in keycloak_client_rolemapping examples (#4393)
* Fixed typo in keycloak_client_rolemapping examples * Add a changelog fragment. * Removed changelogs fragment for docs-only change. Co-authored-by: shnee <shnee@shnee.net>
This commit is contained in:
@@ -104,7 +104,7 @@ author:
|
|||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Map a client role to a group, authentication with credentials
|
- name: Map a client role to a group, authentication with credentials
|
||||||
community.general.keycloak_client_rolemappings:
|
community.general.keycloak_client_rolemapping:
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com/auth
|
auth_keycloak_url: https://auth.example.com/auth
|
||||||
@@ -122,7 +122,7 @@ EXAMPLES = '''
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Map a client role to a group, authentication with token
|
- name: Map a client role to a group, authentication with token
|
||||||
community.general.keycloak_client_rolemappings:
|
community.general.keycloak_client_rolemapping:
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com/auth
|
auth_keycloak_url: https://auth.example.com/auth
|
||||||
@@ -138,7 +138,7 @@ EXAMPLES = '''
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Unmap client role from a group
|
- name: Unmap client role from a group
|
||||||
community.general.keycloak_client_rolemappings:
|
community.general.keycloak_client_rolemapping:
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com/auth
|
auth_keycloak_url: https://auth.example.com/auth
|
||||||
|
|||||||
Reference in New Issue
Block a user