mirror of https://github.com/ceph/ceph-ansible.git
Remove libjemalloc1 installation task
libjemalloc1 package is not required neither for ganesha dependency nor for the package build process. So this task can be simply dropped. Signed-off-by: Dmitriy Rabotyagov <noonedeadpunk@ya.ru>pull/5833/head
parent
6dcfdf17d4
commit
297532ca41
|
@ -49,13 +49,6 @@
|
|||
- (ceph_origin == 'repository' or ceph_origin == 'distro')
|
||||
- ceph_repository != 'rhcs'
|
||||
block:
|
||||
- name: install jemalloc for debian
|
||||
apt:
|
||||
name: libjemalloc1
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
update_cache: yes
|
||||
register: result
|
||||
until: result is succeeded
|
||||
- name: install nfs rgw/cephfs gateway - debian
|
||||
apt:
|
||||
name: ['nfs-ganesha-rgw', 'radosgw']
|
||||
|
|
Loading…
Reference in New Issue