From f9fcc192cfe24aeea4b02b990a6663f2c9b83ce9 Mon Sep 17 00:00:00 2001
From: zhubingbing <1392607554@qq.com>
Date: Sun, 25 Sep 2016 02:32:05 +0000
Subject: [PATCH] remove bootstrap.yml in grafana role upgrade.yml

beacause upgrade is not required to re create the database

TrivialFix

Change-Id: Ia0a776ecef61f80450edce093ac631b092532fc7
---
 ansible/roles/grafana/tasks/upgrade.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ansible/roles/grafana/tasks/upgrade.yml b/ansible/roles/grafana/tasks/upgrade.yml
index 98daa4021c..1f16915ad9 100644
--- a/ansible/roles/grafana/tasks/upgrade.yml
+++ b/ansible/roles/grafana/tasks/upgrade.yml
@@ -1,6 +1,4 @@
 ---
 - include: config.yml
 
-- include: bootstrap.yml
-
 - include: start.yml