mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
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 Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
GitHub
parent
bce87a2a77
commit
b236772e57
@@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- keycloak_client - remove IDs as change from diff result for protocol mappers (https://github.com/ansible-collections/community.general/issues/11453, https://github.com/ansible-collections/community.general/pull/11454).
|
||||||
@@ -1393,7 +1393,7 @@ def main():
|
|||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result["end_state"] = sanitize_cr(desired_client_with_scopes)
|
result["end_state"] = sanitize_cr(desired_client_with_scopes)
|
||||||
if module._diff:
|
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)
|
module.exit_json(**result)
|
||||||
|
|
||||||
# do the update
|
# do the update
|
||||||
|
|||||||
Reference in New Issue
Block a user