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: v5.0.0alpha1~228 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=95bd002b351bc54c5d25c8cbae79e1df6e39b71f;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 --- 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: