]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: add gluster ganesha repo on Debian 966/head
authorSébastien Han <seb@redhat.com>
Tue, 30 Aug 2016 15:01:07 +0000 (17:01 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 30 Aug 2016 15:01:07 +0000 (17:01 +0200)
should fix: #964

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/installs/debian_ceph_repository.yml

index 9730c10f84a9dad63d71255fdcfd5fd7132a40ae..d30bac9d3f9313f16f2cd4092ee8abe683df22cb 100644 (file)
@@ -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