]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update install_on_debian.yml 1005/head
authorOrFriedmann <fridifree@gmail.com>
Wed, 5 Oct 2016 13:13:30 +0000 (16:13 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2016 13:13:30 +0000 (16:13 +0300)
roles/ceph-common/tasks/installs/install_on_debian.yml

index 3a38271c89bf341531f93d04eb6d839155243ba2..d2f8ae49b7a9075c8c632e55f018cd2343e6a5f5 100644 (file)
     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