Merge pull request #801 from ceph/fix-shell-typo

ceph-osd: fix typo when calling sgdisk second time around
pull/792/merge
Leseb 2016-05-20 14:03:38 +02:00
commit 7f466858cd
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