From: OrFriedmann Date: Wed, 5 Oct 2016 13:04:39 +0000 (+0300) Subject: add repositories required for nfs-ganesha X-Git-Tag: v1.0.7~4^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1294d94850c0c641420ff718d3106de9814dc66b;p=ceph-ansible.git add repositories required for nfs-ganesha --- diff --git a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml index d30bac9d3..b0fc2e5e0 100644 --- a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml @@ -46,7 +46,11 @@ - 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 +