1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-03 18:56:55 +00:00

Update changelogs/fragments/11296-keycloak-clientscope-change-problem.yml

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Guillaume Dorschner 2025-12-22 10:02:01 +01:00 committed by GitHub
parent b92d94db23
commit 478cd50be1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
---
bugfixes:
- keycloak_clientscope - fixed `normalise_cr()` to properly convert string "true"/"false" values to Python booleans.
Before boolean-like strings caused Ansible to always report `changed=True` even when the configuration hadn't actually changed.
- keycloak_clientscope - fixed ``normalise_cr()`` to properly convert string ``"true"`` / ``"false"`` values to Python booleans.
Before boolean-like strings caused Ansible to always report ``changed=true`` even when the configuration had not actually changed
(https://github.com/ansible-collections/community.general/pull/11296).