ansible/lib
Marc Pujol f892cc798c Merge and intersect lists without using sets.
Using sets for these operations is dangerous because sets cannot contain
certain object types (such as lists) and their iteration order is
undefined.

Fixes #7596
2014-05-30 09:07:57 +02:00
..
ansible Merge and intersect lists without using sets. 2014-05-30 09:07:57 +02:00