mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #966 from ceph/nfs-ganesha-repo
common: add gluster ganesha repo on Debianpull/963/merge
commit
393765c973
|
@ -44,3 +44,9 @@
|
|||
changed_when: false
|
||||
when: ceph_custom
|
||||
|
||||
- name: add gluster nfs ganesha repo
|
||||
apt_repository:
|
||||
repo: "ppa:gluster/nfs-ganesha"
|
||||
state: present
|
||||
changed_when: false
|
||||
when: nfs_obj_gw or nfs_file_gw
|
||||
|
|
Loading…
Reference in New Issue