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
Bruceforce 2019-01-03 16:08:58 +01:00 committed by Sébastien Han
parent 9abf9dba0b
commit 446f3c9fae
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,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
- name: add nfs-ganesha development repository
copy: