From ff8c86757ded76a3e3abb1298a1d383028ec427e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 2 Jan 2018 16:20:46 +0100 Subject: [PATCH] ceph-common: remove ganesha old ppa MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../tasks/installs/debian_ceph_repository.yml | 12 ------------ 1 file changed, 12 deletions(-) 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" -- 2.47.3