]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon, osd: fix skipped condition 1786/head
authorSébastien Han <seb@redhat.com>
Tue, 22 Aug 2017 12:10:10 +0000 (14:10 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 22 Aug 2017 16:34:51 +0000 (18:34 +0200)
commita359fc35b4d9025cc54d7075a413e00c46d7b43d
tree53826d08cda3a41ab5c9006b1f198c72b9fc08eb
parent37ec3bc798b7b0201bd23a1f02f951fabb7a9ed6
mon, osd: fix skipped condition

To be properly evaluated the "skipped" conditions must always have the
first place on the list of condition, otherwise the other conditions are
evaluated before and make the task fail.

Closes: https://github.com/ceph/ceph-ansible/issues/1733
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/deploy_monitors.yml
roles/ceph-osd/tasks/check_devices.yml
roles/ceph-osd/tasks/check_devices_auto.yml