Bläddra i källkod

Merge "Remove duplicate names in IP entries list"

pull/122/head
Ales Komarek 7 år sedan
förälder
incheckning
ec02a7a2aa
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      _modules/linux_hosts.py

+ 1
- 1
_modules/linux_hosts.py Visa fil

@@ -24,4 +24,4 @@ def fqdn_sort_filter(iterable):
if iterable is None or isinstance(iterable, Undefined):
return iterable
# Do effective custom sorting of iterable here
return sorted(iterable, cmp=fqdn_sort_fn)
return sorted(set(iterable), cmp=fqdn_sort_fn)

Laddar…
Avbryt
Spara