diff --git a/changelogs/fragments/11296-keycloak-clientscope-change-problem.yml b/changelogs/fragments/11296-keycloak-clientscope-change-problem.yml index 8d1feff08c..5f99d2e5c5 100644 --- a/changelogs/fragments/11296-keycloak-clientscope-change-problem.yml +++ b/changelogs/fragments/11296-keycloak-clientscope-change-problem.yml @@ -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. \ No newline at end of file +- 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). \ No newline at end of file