osd autodiscovery mode: fix holders detection

Small fix for (probably copy&paste) issue from 42ffe6301.

Signed-off-by: Daniel Horak <dahorak@redhat.com>
pull/1415/head
Daniel Horak 2017-04-06 09:11:32 +02:00
parent ff34513c6a
commit ce06dc1460
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
- ansible_devices is defined
- item.0.item.value.removable == "0"
- item.0.item.value.partitions|count == 0
- item.value.holders|count == 0
- item.0.item.value.holders|count == 0
- item.0.rc != 0
- name: check if a partition named 'ceph' exists (autodiscover disks)