ceph-ansible/roles/ceph-nfs/tasks
Bruceforce 29f2c953b4 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>
2019-05-13 09:53:54 +02:00
..
common.yml Add ceph_keyring_permissions variable to control permissions for 2018-06-28 15:48:39 +00:00
create_rgw_nfs_user.yml improve coding style 2019-04-23 15:37:07 +02:00
ganesha_selinux_fix.yml improve coding style 2019-04-23 15:37:07 +02:00
main.yml improve coding style 2019-04-23 15:37:07 +02:00
pre_requisite_container.yml improve coding style 2019-04-23 15:37:07 +02:00
pre_requisite_non_container.yml improve coding style 2019-04-23 15:37:07 +02:00
pre_requisite_non_container_debian.yml ceph-nfs: fixed condition for "stable repos specific tasks" 2019-05-13 09:53:54 +02:00
pre_requisite_non_container_red_hat.yml improve coding style 2019-04-23 15:37:07 +02:00
start_nfs.yml improve coding style 2019-04-23 15:37:07 +02:00