mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2181 from yanyixing/fix_nfs_pkg
[skip ci] fix: remove the duplicated codepull/2180/merge
commit
17743f3de7
|
@ -72,13 +72,6 @@
|
|||
- ceph_origin == 'repository'
|
||||
- ceph_repository == 'dev'
|
||||
|
||||
- name: install redhat nfs-ganesha-ceph package
|
||||
package:
|
||||
name: nfs-ganesha-ceph
|
||||
when:
|
||||
- nfs_file_gw
|
||||
- ansible_os_family == 'RedHat'
|
||||
|
||||
- name: install nfs cephfs gateway
|
||||
package:
|
||||
name: nfs-ganesha-ceph
|
||||
|
|
Loading…
Reference in New Issue