mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1007 from lae/fix/multi_journal_header_task
Remove dupes in raw_journal_devices in a consistent mannerpull/1009/head
commit
e1af15e24a
|
@ -32,7 +32,7 @@
|
||||||
shell: "sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }} || sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }}"
|
shell: "sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }} || sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }}"
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ journal_partition_status.results }}"
|
- "{{ journal_partition_status.results }}"
|
||||||
- "{{ raw_journal_devices }}"
|
- "{{ raw_journal_devices|default([])|unique }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
- raw_multi_journal
|
- raw_multi_journal
|
||||||
|
|
Loading…
Reference in New Issue