mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* docs: clarify keycloak documentation example section with uid * fix: allow assign role to user * Add changelog frag * Update changelogs/fragments/11256-fix-keycloak-roles-mapping.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Guillaume Dorschner <guillaume.dorschner@thalesgroup.com> Co-authored-by: Felix Fontein <felix@fontein.de>
4 lines
266 B
YAML
4 lines
266 B
YAML
---
|
|
bugfixes:
|
|
- keycloak_user_rolemapping module - fixed crash when assigning roles to users
|
|
without an existing role (https://github.com/ansible-collections/community.general/issues/10960, https://github.com/ansible-collections/community.general/pull/11256).
|