]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
The nfs_ganesha_dev_apt_repo variable was set incorrect in task
authorBruceforce <Bruceforce@users.noreply.github.com>
Fri, 4 Jan 2019 16:26:02 +0000 (17:26 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 7 Jan 2019 08:03:19 +0000 (08:03 +0000)
"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>
roles/ceph-nfs/tasks/pre_requisite_non_container.yml

index aa0122aadcd7b9e8d49354233fd505cdbae2f139..5031f00361b0dc54ba815384aa69234c6310e606 100644 (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