]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Followup on #287 288/head
authorleseb <seb@redhat.com>
Thu, 25 Jun 2015 21:40:07 +0000 (23:40 +0200)
committerleseb <seb@redhat.com>
Thu, 25 Jun 2015 21:40:07 +0000 (23:40 +0200)
Signed-off-by: leseb <seb@redhat.com>
roles/ceph-osd/tasks/journal_collocation.yml

index a27b84bcaaa071e51f30de5e11d96052f5c6ced4..16f8e9e632dc89ba613d38b5dbe8c48270f0d88c 100644 (file)
 
 - name: manually Prepare OSD disk(s)
   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
   with_together:
     - parted.results