Fix typo in template

This commit is contained in:
Ildar Iskhakov 2022-06-13 13:38:40 +03:00
parent 385738dd48
commit b3add5c9b8

View file

@ -56,7 +56,7 @@ resolve_condition = """\
{# The heartbeat alerts will go here so we check for our own key #}
{{ payload["is_amixr_heartbeat_restored"] }}
{%- else -%}
{{ payload.get("state", "").upper() == "OK" }}'
{{ payload.get("state", "").upper() == "OK" }}
{%- endif %}"""
acknowledge_condition = None