]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-nfs: fixed condition for "stable repos specific tasks"
authorBruceforce <markus.greis@gmx.de>
Sun, 12 May 2019 09:40:05 +0000 (11:40 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 13 May 2019 09:05:40 +0000 (11:05 +0200)
commita007be17b72b32008c959b14e5abb792577510c1
treed273e20170bd2c7ccc52a7fa721804516d147e15
parente1b5b20111dd4de131b1f493c39d578b76efaca7
ceph-nfs: fixed condition for "stable repos specific tasks"

The old condition would resolve to
"when": "nfs_ganesha_stable - ceph_repository == 'community'"

now it is
"when": [
          "nfs_ganesha_stable",
          "ceph_repository == 'community'"
        ]

Please backport to stable-4.0

Signed-off-by: Bruceforce <markus.greis@gmx.de>
(cherry picked from commit 29f2c953b44041d0fe2119d3433b0e8cdcbe6470)
roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml