Add gluster nfs ganesha repo only for Ubuntu

According to the official documentation, adding PPA is not available for Debian.
pull/1135/head
Guillaume Abrioux 2016-11-30 16:30:43 +01:00
parent 153837c195
commit c4b972cfd7
1 changed files with 3 additions and 2 deletions

View File

@ -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"