From 95bd002b351bc54c5d25c8cbae79e1df6e39b71f Mon Sep 17 00:00:00 2001 From: fmount Date: Thu, 4 Jul 2019 11:43:39 +0200 Subject: [PATCH] Add package-install tag on ceph-grafana-dashboard pkg install. According to the OSP pattern, we need the package-install tag to control what is installed on the host. This commit just add the missing tag to meet the TripleO requirements. See: /issues/4197 for details Fixes: #4197 Signed-off-by: fmount --- roles/ceph-grafana/tasks/configure_grafana.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-grafana/tasks/configure_grafana.yml b/roles/ceph-grafana/tasks/configure_grafana.yml index 7aa444ab7..d706913e1 100644 --- a/roles/ceph-grafana/tasks/configure_grafana.yml +++ b/roles/ceph-grafana/tasks/configure_grafana.yml @@ -8,6 +8,7 @@ when: - not containerized_deployment - ansible_os_family in ['RedHat', 'Suse'] + tags: package-install - name: make sure grafana is down service: -- 2.39.5