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: ceph-ansible-1.0.5-33~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f36b995629a3ed48ea8cdcc316b825c08a16f065;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 a11b4b0ec..abda06789 100644 --- a/roles/ceph-osd/tasks/check_devices.yml +++ b/roles/ceph-osd/tasks/check_devices.yml @@ -105,7 +105,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