From: fmount Date: Thu, 4 Jul 2019 09:43:39 +0000 (+0200) Subject: Add package-install tag on ceph-grafana-dashboard pkg install. X-Git-Tag: v4.0.0rc10~13 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ca378f1da0def58fe16db349200f32dc3b2349f5;p=ceph-ansible.git 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 (cherry picked from commit 95bd002b351bc54c5d25c8cbae79e1df6e39b71f) --- 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: