From: Bruceforce Date: Fri, 4 Jan 2019 16:26:02 +0000 (+0100) Subject: The nfs_ganesha_dev_apt_repo variable was set incorrect in task X-Git-Tag: v3.2.2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c618d70843f2aa64f4ce31024a05dd407f14aa1;p=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 --- diff --git a/roles/ceph-nfs/tasks/pre_requisite_non_container.yml b/roles/ceph-nfs/tasks/pre_requisite_non_container.yml index aa0122aad..5031f0036 100644 --- a/roles/ceph-nfs/tasks/pre_requisite_non_container.yml +++ b/roles/ceph-nfs/tasks/pre_requisite_non_container.yml @@ -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