mirror of https://github.com/ceph/ceph-ansible.git
nfs-ganesha: fixed nfs_ganesha_dev_apt_repo variable
The nfs_ganesha_dev_apt_repo variable was set incorrect in task "fetch nfs-ganesha development repository" Signed-off-by: Bruceforce <Bruceforce@users.noreply.github.com>pull/3480/head
parent
9abf9dba0b
commit
446f3c9fae
|
@ -29,7 +29,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
|
||||||
|
|
||||||
- name: add nfs-ganesha development repository
|
- name: add nfs-ganesha development repository
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in New Issue