Merge pull request #1358 from ceph/nfs-ganesha-fsal-deb

ceph-common: install nfs-ganesha FSALs on Debian
pull/1363/head
Sébastien Han 2017-03-14 16:03:14 +01:00 committed by GitHub
commit 2fcffafb93
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
- name: install NFS gateway
apt:
pkg: nfs-ganesha
pkg: nfs-ganesha-fsal
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
update_cache: yes
when: nfs_group_name in group_names

View File

@ -87,6 +87,6 @@
- name: install red hat storage nfs gateway
apt:
name: nfs-ganesha
name: nfs-ganesha-fsal
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when: nfs_group_name in group_names