From 1bad41ce065c43038e799cf1bc27f52cc431ecc9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 9 Apr 2020 09:24:19 +0200 Subject: [PATCH] Fix typo --- ansible/templates/alertad.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'