From 4b2f9b6ce679535e18ecfb279902fd07f8b4f490 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 09:54:42 +0200 Subject: [PATCH] Run with kombu but don't quote --- ansible/templates/alerta.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 7fab319..10f269c 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -7,7 +7,7 @@ sslverify = False timezone = Europe/London [alerta-mailer] -amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu" +amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu debug = True email_type = text endpoint = http://localhost:8080