From 41bb446857df2bacdd5d9f465fda0fb6c53cd57a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 19 May 2016 14:46:43 -0400 Subject: [PATCH] ceph-osd: fix typo when calling sgdisk second time around Signed-off-by: Alfredo Deza --- roles/ceph-osd/tasks/check_devices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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