community.general/lib/ansible
James Cammarata 0eb1c880dd Use itertools instead of set for tags, as the data may not hash well
The tags field may contain bad data before it is post_validated, however
some methods assumed it would be a simple list or string. Using itertools
gets us around the problem of the data potentially not being hashable

Fixes #9380
2015-06-27 15:19:44 -04:00
..
cli now validate that we do get a vault password 2015-06-27 00:02:24 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Fixing bug in failed_when results introduced by c3c398c 2015-06-26 16:55:06 -04:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Catch runtime errors due to recursion when calculating group depth 2015-06-22 02:06:07 -04:00
module_utils cloudstack: fix domain name is not unique, use full path 2015-06-26 09:25:26 +02:00
modules Update submodule refs 2015-06-25 07:13:46 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing generalized prereqs check 2015-06-16 09:20:15 -04:00
playbook Use itertools instead of set for tags, as the data may not hash well 2015-06-27 15:19:44 -04:00
plugins Use BUFSIZE when putting file as well as fetching file. 2015-06-24 01:00:22 -07:00
template Change the use of a mutable arg for a default value for locals 2015-06-19 23:04:35 -04:00
utils allow for any non string iterable in listify 2015-06-15 11:02:51 -04:00
vars Add in playbook_dir magic variable 2015-06-23 14:29:39 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py now detects incorrect password with sudo and su (at least in english) 2015-06-15 01:30:03 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00