mirror of https://github.com/ceph/ceph-ansible.git
Add gluster nfs ganesha repo only for Ubuntu
According to the official documentation, adding PPA is not available for Debian.pull/1135/head
parent
153837c195
commit
c4b972cfd7
|
@ -52,5 +52,6 @@
|
||||||
- ppa:gluster/libntirpc
|
- ppa:gluster/libntirpc
|
||||||
- ppa:gluster/nfs-ganesha
|
- ppa:gluster/nfs-ganesha
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when: nfs_obj_gw or nfs_file_gw
|
when:
|
||||||
|
- (nfs_obj_gw or nfs_file_gw)
|
||||||
|
- not ansible_distribution == "Debian"
|
||||||
|
|
Loading…
Reference in New Issue