]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add repositories required for nfs-ganesha
authorOrFriedmann <fridifree@gmail.com>
Wed, 5 Oct 2016 13:04:39 +0000 (16:04 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2016 13:04:39 +0000 (16:04 +0300)
roles/ceph-common/tasks/installs/debian_ceph_repository.yml

index d30bac9d3f9313f16f2cd4092ee8abe683df22cb..b0fc2e5e0a6829aaed1010658445a3d8277c1bb6 100644 (file)
 
 - name: add gluster nfs ganesha repo
   apt_repository:
-    repo: "ppa:gluster/nfs-ganesha"
+    repo: "{{ item }}"
     state: present
+  with_items:
+    - ppa:gluster/libntirpc
+    - ppa:gluster/nfs-ganesha
   changed_when: false
   when: nfs_obj_gw or nfs_file_gw
+