From: Sébastien Han Date: Tue, 30 Aug 2016 15:01:07 +0000 (+0200) Subject: common: add gluster ganesha repo on Debian X-Git-Tag: v1.0.7~5^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5627155a8f050fee788c92840748ea9dc018d05;p=ceph-ansible.git common: add gluster ganesha repo on Debian should fix: #964 Signed-off-by: Sébastien Han --- 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