ceph-ansible/roles
Bruceforce a007be17b7 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 29f2c953b4)
2019-05-13 11:05:40 +02:00
..
ceph-agent improve coding style 2019-05-06 15:09:06 +00:00
ceph-client improve coding style 2019-05-06 15:09:06 +00:00
ceph-common improve coding style 2019-05-06 15:09:06 +00:00
ceph-config improve coding style 2019-05-06 15:09:06 +00:00
ceph-container-common improve coding style 2019-05-06 15:09:06 +00:00
ceph-defaults Allow CephFS pool to be created with specific rule_name, erasure_profile just like rbd pools 2019-04-20 06:40:08 +00:00
ceph-facts facts: fix external cluster bug 2019-05-09 08:30:33 +02:00
ceph-fetch-keys meta: set the right minimum ansible version required for galaxy 2018-12-11 09:59:25 +01:00
ceph-handler improve coding style 2019-05-06 15:09:06 +00:00
ceph-infra improve coding style 2019-05-06 15:09:06 +00:00
ceph-iscsi-gw improve coding style 2019-05-06 15:09:06 +00:00
ceph-mds ceph-mds: group similar tasks in create_mds_filesystem.yml 2019-05-10 15:54:40 +02:00
ceph-mgr ceph-mgr: create keys for MGRs 2019-05-07 15:12:29 +02:00
ceph-mon don't access other node's docker_exec_cmd variable 2019-05-07 17:56:30 +02:00
ceph-nfs ceph-nfs: fixed condition for "stable repos specific tasks" 2019-05-13 11:05:40 +02:00
ceph-osd don't access other node's docker_exec_cmd variable 2019-05-07 17:56:30 +02:00
ceph-rbd-mirror ceph-rbd-mirror: refactor tasks/main.yml 2019-05-10 15:54:16 +02:00
ceph-rgw Set the rgw_create_pools pools application to rgw 2019-05-13 11:05:14 +02:00
ceph-validate improve coding style 2019-05-06 15:09:06 +00:00