From 2cdb0b207ec35e958bffc009a63d233e6b76109f Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Thu, 11 Jul 2019 14:21:05 +0200 Subject: [PATCH] grafana: Fix typo in smtp configuration The typo actually makes the ansible run fail if you don't have smtp_enabled defined anywhere else. Signed-off-by: Boris Ranto --- ansible/roles/ceph-grafana/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ceph-grafana/defaults/main.yml b/ansible/roles/ceph-grafana/defaults/main.yml index 6eefc49..0222c10 100644 --- a/ansible/roles/ceph-grafana/defaults/main.yml +++ b/ansible/roles/ceph-grafana/defaults/main.yml @@ -21,7 +21,7 @@ defaults: admin_user: admin admin_password: admin default_theme: light - snmp_enabled: false + smtp_enabled: false auth_anonymous: false # You can change this option if you want to keep your custom grafana configuration. # The script will still update the grafana config with the other configured options -- 2.47.3