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 <seb@redhat.com>
stable-2.1
Sébastien Han 2018-01-02 16:20:46 +01:00
parent 87b7ab500c
commit ff8c86757d
1 changed files with 0 additions and 12 deletions

View File

@ -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"