ceph-osd: fix typo when calling sgdisk second time around

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/801/head
Alfredo Deza 2016-05-19 14:46:43 -04:00
parent 7f85b0d5ff
commit 41bb446857
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
- item.0.rc != 0
- name: fix partitions gpt header or labels of the journal devices
shell: "sgdisk --zap-all --clear --mbrtogpt -g -- {{ item.1 }} || shell: sgdisk --zap-all --clear --mbrtogpt -g -- {{ item.1 }}"
shell: "sgdisk --zap-all --clear --mbrtogpt -g -- {{ item.1 }} || sgdisk --zap-all --clear --mbrtogpt -g -- {{ item.1 }}"
with_together:
- journal_partition_status.results
- raw_journal_devices