Merge pull request #1007 from lae/fix/multi_journal_header_task

Remove dupes in raw_journal_devices in a consistent manner
pull/1009/head
Leseb 2016-10-06 11:16:58 +02:00 committed by GitHub
commit e1af15e24a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
shell: "sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }} || sgdisk --zap-all --clear --mbrtogpt -- {{ item.1 }}"
with_together:
- "{{ journal_partition_status.results }}"
- "{{ raw_journal_devices }}"
- "{{ raw_journal_devices|default([])|unique }}"
changed_when: false
when:
- raw_multi_journal