From: Dmitriy Rabotyagov Date: Wed, 23 Sep 2020 13:06:33 +0000 (+0300) Subject: Remove libjemalloc1 installation task X-Git-Tag: v5.0.2~40 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f996a232d78357e1538894e9195361c4755bd96f;p=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 (cherry picked from commit 297532ca411dbdc6ec96258875058b323008abfe) --- diff --git a/roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml b/roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml index 60609b614..a679b5c67 100644 --- a/roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml +++ b/roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml @@ -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']