]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove ganesha old ppa stable-2.1
authorSébastien Han <seb@redhat.com>
Tue, 2 Jan 2018 15:20:46 +0000 (16:20 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 2 Jan 2018 15:20:46 +0000 (16:20 +0100)
The ppa does not exist anymore and makes any installation with
stable-2.1 fail.

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

index 00bedaafb28dcd16d43a55c61ff0297cc376afc4..a049ac3b7cf49d0019d800b2c986e3121f5de0de 100644 (file)
     state: present
   changed_when: false
   when: ceph_custom
-
-- name: add gluster nfs ganesha repo
-  apt_repository:
-    repo: "{{ item }}"
-    state: present
-  with_items:
-    - ppa:gluster/libntirpc
-    - ppa:gluster/nfs-ganesha
-  changed_when: false
-  when:
-    - (nfs_obj_gw or nfs_file_gw)
-    - not ansible_distribution == "Debian"