mirror of https://github.com/ceph/ceph-ansible.git
fix: remove the duplicated code
parent
28a158e7a2
commit
097249371f
|
@ -72,13 +72,6 @@
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
- ceph_repository == 'dev'
|
- 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
|
- name: install nfs cephfs gateway
|
||||||
package:
|
package:
|
||||||
name: nfs-ganesha-ceph
|
name: nfs-ganesha-ceph
|
||||||
|
|
Loading…
Reference in New Issue