From 478cd50be16406273051ff796d9e59bacea3ad6e Mon Sep 17 00:00:00 2001 From: Guillaume Dorschner <44686652+GuillaumeDorschner@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:02:01 +0100 Subject: [PATCH] Update changelogs/fragments/11296-keycloak-clientscope-change-problem.yml Co-authored-by: Felix Fontein --- .../fragments/11296-keycloak-clientscope-change-problem.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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