Fix keycloak realm parameters types (#4526)

* Fix keycloack realm parameters types

* Add changelog fragment

* Update changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexandr
2022-04-22 23:31:38 +03:00
committed by GitHub
parent 53f6c68026
commit 0620cd2e74
2 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526).