mirror of https://github.com/ceph/ceph-ansible.git
cfc10a8142
When using `osd_auto_discovery`, `devices` is built multiple times due
to multiple runs of `ceph-facts` role. It end up with duplicate
instances of a same device in the list.
Using `unique` filter when building the list fixes this issue.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
container_binary.yml | ||
facts.yml | ||
main.yml | ||
set_monitor_address.yml | ||
set_radosgw_address.yml |