From aa94122a9d8dfe147808375c1559e856f493e5e8 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 12 Apr 2018 16:39:24 -0600 Subject: [PATCH] ceph-grafana: Fix dashboard_dir in devel_mode Signed-off-by: Zack Cerza --- .../roles/ceph-grafana/tasks/push_dashboards_dashupdater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/ceph-grafana/tasks/push_dashboards_dashupdater.yml b/ansible/roles/ceph-grafana/tasks/push_dashboards_dashupdater.yml index d95fff8..0aaa134 100644 --- a/ansible/roles/ceph-grafana/tasks/push_dashboards_dashupdater.yml +++ b/ansible/roles/ceph-grafana/tasks/push_dashboards_dashupdater.yml @@ -22,7 +22,7 @@ - name: Set dashupdate_cmd and dashboard_dir set_fact: dashupdate_cmd: "python /tmp/dashUpdater.py" - dashboard_dir: "/tmp/dashboards" + dashboard_dir: "/tmp/dashboards/cephmetrics-graphite" when: - devel_mode -- 2.47.3