ansible/lib/ansible/executor
James Cammarata 23651b657e Create a raw lookup for hostvars that does not template the data
When using hostvars to get extra connection-specific vars for connection
plugins, use this raw lookup to avoid prematurely templating all of the
hostvar data (triggering unnecessary lookups).

Fixes #17024
2016-09-21 13:16:08 -05:00
..
process Revert "Move queuing tasks to a background thread" 2016-09-15 17:00:06 -05:00
__init__.py
action_write_locks.py Moving result reading to a background thread 2016-09-17 08:12:52 -05:00
module_common.py Moving result reading to a background thread 2016-09-17 08:12:52 -05:00
play_iterator.py Take ITERATING_ALWAYS into account when setting failed state in PlayIterator 2016-09-20 11:11:52 -05:00
playbook_executor.py Pass the absolute path to dirname when assigning basedir (#17457) 2016-09-16 08:19:43 -07:00
stats.py
task_executor.py Create a raw lookup for hostvars that does not template the data 2016-09-21 13:16:08 -05:00
task_queue_manager.py Moving result reading to a background thread 2016-09-17 08:12:52 -05:00
task_result.py Performance improvements 2016-08-08 15:58:46 -05:00