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)
when: ceph_origin == 'repository'
block:
- name: stable repos specific tasks
- when: nfs_ganesha_stable
+ when:
+ - nfs_ganesha_stable
- ceph_repository == 'community'
block:
- name: add nfs-ganesha stable repository