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:
parent
aebfbf7d9f
commit
66710e452c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue