Remove dupes in raw_journal_devices in a consistent manner

pull/1007/head
Musee Ullah 2016-10-05 14:36:41 -07:00
parent b906693762
commit 564a8486b0
No known key found for this signature in database
GPG Key ID: CA233B75974996ED
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