diff --git a/plugins/modules/keycloak_realm_localization.py b/plugins/modules/keycloak_realm_localization.py index b315f4f558..d6a9e08c1c 100644 --- a/plugins/modules/keycloak_realm_localization.py +++ b/plugins/modules/keycloak_realm_localization.py @@ -50,7 +50,7 @@ options: overrides: description: - List of overrides to ensure for the locale when O(state=present). Each item is a mapping with - the record's O(overrides.key) and its O(overrides.value). + the record's O(overrides[].key) and its O(overrides[].value). - Ignored when O(state=absent). type: list elements: dict