From: Alfredo Deza Date: Thu, 19 May 2016 18:46:43 +0000 (-0400) Subject: ceph-osd: fix typo when calling sgdisk second time around X-Git-Tag: v1.0.6~117^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41bb446857df2bacdd5d9f465fda0fb6c53cd57a;p=ceph-ansible.git ceph-osd: fix typo when calling sgdisk second time around Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-osd/tasks/check_devices.yml b/roles/ceph-osd/tasks/check_devices.yml index 97df24da4..c2459fb70 100644 --- a/roles/ceph-osd/tasks/check_devices.yml +++ b/roles/ceph-osd/tasks/check_devices.yml @@ -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