osd: do not do unique on dedicated_devices

This is needed later, if we do unique, only the first OSD will get a
journal.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2002/head
Sébastien Han 2017-10-05 18:20:18 +02:00
parent 29c90ca3b3
commit 29888649e5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
- name: set_fact build final dedicated_devices list - name: set_fact build final dedicated_devices list
set_fact: set_fact:
dedicated_devices: "{{ dedicated_devices | reject('search','/dev/disk') | list | unique }}" dedicated_devices: "{{ dedicated_devices | reject('search','/dev/disk') | list }}"
when: when:
- osd_scenario == 'non-collocated' - osd_scenario == 'non-collocated'