From: Sébastien Han Date: Tue, 2 Jan 2018 15:20:46 +0000 (+0100) Subject: ceph-common: remove ganesha old ppa X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fstable-2.1;p=ceph-ansible.git ceph-common: remove ganesha old ppa 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 --- diff --git a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml index 00bedaafb..a049ac3b7 100644 --- a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml @@ -51,15 +51,3 @@ 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"