1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

Update plugins/modules/keycloak_realm_localization.py

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Jakub Danek 2025-10-03 13:23:39 +02:00 committed by Jakub Danek
parent aebfbf7d9f
commit 66710e452c

View file

@ -328,7 +328,7 @@ def main():
if module.check_mode:
if len(old_overrides) > 0:
if old_overrides:
result['changed'] = True
result['msg'] = "All overrides for locale %s would be deleted." % (locale)
else: