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
Bruceforce 2019-01-04 17:26:02 +01:00 committed by mergify[bot]
parent b2024899b9
commit 5c618d7084
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
uri:
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
register: nfs_ganesha_apt_repo
register: nfs_ganesha_dev_apt_repo
when:
- ansible_os_family == 'Debian'
- nfs_ganesha_dev