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
297532ca411dbdc6ec96258875058b323008abfe)
- (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']