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

index 97df24da47727955d3bdbfdad062eac0ca12f62d..c2459fb70b508d33f38b624752bfc616667f574b 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