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>
(cherry picked from commit 297532ca41
)
pull/5839/head
parent
17f2dd8f86
commit
f996a232d7
|
@ -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