mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 20:41:44 -07:00
Fix get_user_by_username in keycloak library (#6568)
* Fix get_user_by_username in keycloak library for keycloak_user_rolemapping module * Add changelog fragment for keycloak.py bug fix
This commit is contained in:
parent
ab046755bb
commit
27fe14bfc1
2 changed files with 11 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- keycloak module utils - the function ``get_user_by_username`` now return the user representation or ``None`` as stated in the documentation (https://github.com/ansible-collections/community.general/pull/6758).
|
Loading…
Add table
Add a link
Reference in a new issue