From b5627155a8f050fee788c92840748ea9dc018d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 30 Aug 2016 17:01:07 +0200 Subject: [PATCH] common: add gluster ganesha repo on Debian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit should fix: #964 Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/installs/debian_ceph_repository.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml index 9730c10f8..d30bac9d3 100644 --- a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml @@ -44,3 +44,9 @@ changed_when: false when: ceph_custom +- name: add gluster nfs ganesha repo + apt_repository: + repo: "ppa:gluster/nfs-ganesha" + state: present + changed_when: false + when: nfs_obj_gw or nfs_file_gw