1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

[PR #11454/b236772e backport][stable-12] keycloak_client: remove id's as change from diff for protocol mappers (#11469)

keycloak_client: remove id's as change from diff for protocol mappers (#11454)

* 11453 remove id's as change from diff for protocol mappers

* Update changelogs/fragments/11453-keycloak-client-protocol-mapper-ids.yml



---------


(cherry picked from commit b236772e57)

Co-authored-by: Simon Moosbrugger <707958+simonmoosbrugger@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2026-02-05 17:29:29 +01:00 committed by GitHub
parent 9d6db6002c
commit 2198588afa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1393,7 +1393,7 @@ def main():
if module.check_mode:
result["end_state"] = sanitize_cr(desired_client_with_scopes)
if module._diff:
result["diff"] = dict(before=sanitize_cr(before_client), after=sanitize_cr(desired_client))
result["diff"] = dict(before=sanitize_cr(before_norm), after=sanitize_cr(desired_norm))
module.exit_json(**result)
# do the update