From cc616c9d53513a8bfb8e25c6de0301d4b2547e9e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:54:34 +0200 Subject: [PATCH] Fix var name --- ansible/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index fc840ae..dfdb952 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -80,4 +80,4 @@ app: alerta restart: false config: - SMTP_PASSWORD: "{{ smtp_password }}" + SMTP_PASSWORD: "{{ smtp_passwd }}"