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:
parent
b92d94db23
commit
478cd50be1
1 changed files with 3 additions and 2 deletions
|
|
@ -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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue