]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-osd: fix typo when calling sgdisk second time around
authorAlfredo Deza <adeza@redhat.com>
Thu, 19 May 2016 18:46:43 +0000 (14:46 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 May 2016 12:29:53 +0000 (08:29 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-osd/tasks/check_devices.yml

index a11b4b0ec77993db5a163c15a7a20a1b0f11048e..abda067899f402f3c46863ff05c8fe707a811af6 100644 (file)
     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