community.general/lib/ansible/executor
Toshio Kuratomi 9e758d3d97 Do not optimize with_items loop if the items are not strings
The code isn't sophisticated enough to understand lists and dicts yet.
This mirrors how 1.9.x handled non-string items so its not a regression.

One portion of a fix for #12976
2015-11-04 18:48:41 -08:00
..
process properly sanitize registered vars 2015-10-30 16:42:06 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
play_iterator.py Cleanup some include logic 2015-10-28 14:02:24 -04:00
playbook_executor.py Cleaning up FIXMEs 2015-10-22 16:03:50 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Do not optimize with_items loop if the items are not strings 2015-11-04 18:48:41 -08:00
task_queue_manager.py removed serial as it is not avialable for fork control 2015-11-04 14:04:47 -05:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00