mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
New filters to calculate the union, intersection, difference and symmetric difference of lists by preserving the items order (#7985)
New filters lists_union, lists_intersect, lists_difference and lists_symmetric_difference added.
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Co-authored-by: Christoph Fiehe <c.fiehe@eurodata.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| counter.py | ||
| crc32.py | ||
| dict.py | ||
| dict_kv.py | ||
| from_csv.py | ||
| from_ini.py | ||
| groupby_as_dict.py | ||
| hashids.py | ||
| hashids_decode.yml | ||
| hashids_encode.yml | ||
| jc.py | ||
| json_query.py | ||
| lists.py | ||
| lists_difference.yml | ||
| lists_intersect.yml | ||
| lists_mergeby.py | ||
| lists_symmetric_difference.yml | ||
| lists_union.yml | ||
| random_mac.py | ||
| time.py | ||
| to_days.yml | ||
| to_hours.yml | ||
| to_ini.py | ||
| to_milliseconds.yml | ||
| to_minutes.yml | ||
| to_months.yml | ||
| to_seconds.yml | ||
| to_time_unit.yml | ||
| to_weeks.yml | ||
| to_years.yml | ||
| unicode_normalize.py | ||
| version_sort.py | ||