diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 3e8db37..cb9f6d2 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -2,7 +2,7 @@ SITE_LOGO_URL = 'https://www.coops.tech/images/coops/autonomic' DEBUG = False -SECRET = "{{ alerta_secrey_key }}" +SECRET = "{{ alerta_secret_key }}" AUTH_REQUIRED = True AUTH_PROVIDER = 'keycloak'