From 14bb9026b9b1afd3f90931df1ac8ff180113f63d Mon Sep 17 00:00:00 2001 From: OrFriedmann Date: Wed, 5 Oct 2016 16:13:30 +0300 Subject: [PATCH] Update install_on_debian.yml --- roles/ceph-common/tasks/installs/install_on_debian.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/ceph-common/tasks/installs/install_on_debian.yml b/roles/ceph-common/tasks/installs/install_on_debian.yml index 3a38271c8..d2f8ae49b 100644 --- a/roles/ceph-common/tasks/installs/install_on_debian.yml +++ b/roles/ceph-common/tasks/installs/install_on_debian.yml @@ -46,14 +46,8 @@ update_cache: yes when: nfs_group_name in group_names -- name: install jemalloc +- name: install NFS gateway apt: - pkg: libjemalloc1 - state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}" - update_cache: yes - when: nfs_group_name in group_names - -- name: install NFS gateway apt: pkg: nfs-ganesha state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}" update_cache: yes -- 2.39.5