community.general/lib/ansible/executor
Toshio Kuratomi dcc5dfdf81 Controller-side module caching.
This makes our recursive, ast.parse performance measures as fast as
pre-ziploader baseline.

Since this unittest isn't testing that the returned module data is
correct we don't need to worry about os.rename not having any module
data.  Should devise a separate test for the module and caching code
2016-04-12 08:01:07 -07:00
..
process Correct the worker.run documentation 2016-04-12 08:01:07 -07:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Controller-side module caching. 2016-04-12 08:01:07 -07:00
play_iterator.py Fix --start-at-task which was broken by the setup task revamp 2016-03-25 11:32:19 -04:00
playbook_executor.py python3 compatiblity 2016-03-24 06:39:21 -07:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Modification to 347b282 to prevent running the lookup with empty terms 2016-04-03 11:31:18 -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