community.general/lib/ansible/executor
Toshio Kuratomi 98feafb411 Fix the mapping of module_name to Locks
This was reinitialized every time we forked before so we weren't sharing
the same Locks.  It also was not accounting for modules which were
directly invoked by an action plugin instead of going through the
strategy plguins.
2016-04-29 20:47:51 -07:00
..
process Make the loop variable (item by default) settable per task 2016-04-19 01:42:40 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fix the mapping of module_name to Locks 2016-04-29 20:47:51 -07:00
play_iterator.py Fixing the way we iterate over child states for tasks 2016-04-25 11:13:44 -04:00
playbook_executor.py fixes to vault/copy 2016-04-14 14:12:48 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Convert byte strings to unicode strings in our task results (#15581) 2016-04-25 12:35:25 -04:00
task_queue_manager.py show callback exception on debug 2016-04-01 15:04:30 -04:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00