community.general/lib/ansible/executor
James Cammarata 5266679964 Use templar all the way down
Fixes bugs related to creating Templar() objects on the fly, where
the shared loader objects (serialized to TaskExecutor) aren't used
so information loaded into plugin loaders after forking is lost.

Fixes #11815
2015-08-04 12:25:53 -04:00
..
process Switch up the task/host overrides for PlayContext to use the compiled vars dict 2015-07-28 16:25:44 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixes for WinRM/PowerShell support in v2. 2015-07-31 14:38:31 -04:00
play_iterator.py Adding initial support for includes in handlers 2015-07-24 16:22:02 -04:00
playbook_executor.py Also fix UTF-8 handling in vars_prompt 2015-07-30 23:27:39 +05:30
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Use templar all the way down 2015-08-04 12:25:53 -04:00
task_queue_manager.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00