mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: fix typo when calling sgdisk second time around
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/801/head
parent
7f85b0d5ff
commit
41bb446857
|
@ -103,7 +103,7 @@
|
||||||
- item.0.rc != 0
|
- item.0.rc != 0
|
||||||
|
|
||||||
- name: fix partitions gpt header or labels of the journal devices
|
- 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:
|
with_together:
|
||||||
- journal_partition_status.results
|
- journal_partition_status.results
|
||||||
- raw_journal_devices
|
- raw_journal_devices
|
||||||
|
|
Loading…
Reference in New Issue