mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1358 from ceph/nfs-ganesha-fsal-deb
ceph-common: install nfs-ganesha FSALs on Debianpull/1363/head
commit
2fcffafb93
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue