Followup on #287

Signed-off-by: leseb <seb@redhat.com>
pull/288/head
leseb 2015-06-25 23:40:07 +02:00
parent 9b294006ce
commit d9a38489f9
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,11 @@
- name: manually Prepare OSD disk(s) - name: manually Prepare OSD disk(s)
command: "ceph-disk prepare {{ item.2 }}" command: "ceph-disk prepare {{ item.2 }}"
when: (item.0.rc != 0 or item.1.rc != 0) and journal_collocation and not osd_auto_discovery when:
item.0.rc != 0 and
item.1.rc != 0 and
journal_collocation and not
osd_auto_discovery
ignore_errors: True ignore_errors: True
with_together: with_together:
- parted.results - parted.results