From: Zack Cerza Date: Tue, 20 Jun 2017 18:56:21 +0000 (-0600) Subject: Install unzip to extract the Vonage plugin X-Git-Tag: v1.0~67^2~8^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e00c841b684411d10165dc0677d45172c2c84ac0;p=cephmetrics.git Install unzip to extract the Vonage plugin Signed-off-by: Zack Cerza --- diff --git a/ansible/roles/ceph-grafana/tasks/install_packages.yml b/ansible/roles/ceph-grafana/tasks/install_packages.yml index fda5edc..51e57e9 100644 --- a/ansible/roles/ceph-grafana/tasks/install_packages.yml +++ b/ansible/roles/ceph-grafana/tasks/install_packages.yml @@ -15,6 +15,8 @@ name: "{{ item }}" state: latest with_items: + # unzip is needed to extract the Vonage plugin + - unzip - graphite-web - python-carbon - grafana