community.general/lib/ansible/utils
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
..
module_docs_fragments Merge branch 'file_new_dirs_perms' of https://github.com/bcoca/ansible into bcoca-file_new_dirs_perms 2014-05-14 13:53:08 -05:00
__init__.py Merge and intersect lists without using sets. 2014-05-30 09:07:57 +02:00
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 2014-01-10 11:18:02 -05:00
display_functions.py Moving display-related functions to new module in utils 2014-04-30 15:33:46 -05:00
module_docs.py Fixes #6894 add missing file and remove debug line 2014-04-08 13:22:23 -04:00
plugins.py Use PluginLoader for module docs fragments 2014-04-03 16:52:39 -04:00
string_functions.py Allow isprintable() util function to work with unicode 2014-04-03 15:29:51 -05:00
template.py Fixes #6820 fix erroneous missing vault password error when using the template module 2014-04-04 13:06:35 -04:00
vault.py Make sure umask is set restrictively before creating any vault files 2014-04-18 13:38:59 -05:00