mirror of https://github.com/ceph/ceph-ansible.git
The nfs_ganesha_dev_apt_repo variable was set incorrect in task
"fetch nfs-ganesha development repository" This has to be pushed directly to stable-3.2 since master has diverged Signed-off-by: Bruceforce <Bruceforce@users.noreply.github.com>pull/3484/head
parent
b2024899b9
commit
5c618d7084
|
@ -67,7 +67,7 @@
|
||||||
uri:
|
uri:
|
||||||
url: https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/{{ ansible_distribution | lower }}/{{ ansible_distribution_release }}/flavors/{{ nfs_ganesha_flavor }}/repo
|
url: https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/{{ ansible_distribution | lower }}/{{ ansible_distribution_release }}/flavors/{{ nfs_ganesha_flavor }}/repo
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: nfs_ganesha_apt_repo
|
register: nfs_ganesha_dev_apt_repo
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'Debian'
|
- ansible_os_family == 'Debian'
|
||||||
- nfs_ganesha_dev
|
- nfs_ganesha_dev
|
||||||
|
|
Loading…
Reference in New Issue