mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 11:44:24 -07:00
keycloak_userprofile: improve diff by deserializing fetched kc.user.profile.config
and serializing it before sending (#8940)
* deserialize fetched `kc.user.profile.config` and serialize it before sending * change `kc.user.profile.config` to JSON formatted string in mock `get_component` responses * add changelog fragment
This commit is contained in:
parent
1bdf8fc025
commit
c814fd0530
3 changed files with 17 additions and 7 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- keycloak_userprofile - improve diff by deserializing the fetched ``kc.user.profile.config`` and serialize it only when sending back (https://github.com/ansible-collections/community.general/pull/8940).
|
Loading…
Add table
Add a link
Reference in a new issue