You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/executor
James Cammarata 01439aafaf 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

(cherry picked from commit ac5ddf4aa092e12f9e1c85c6b74aa30b7ef0a382)
9 years ago
..
process Make the loop variable (item by default) settable per task 10 years ago
__init__.py Making the switch to v2 11 years ago
module_common.py (re)allow ansible_python_interpreter to contain more than 1 arg (#16247) 10 years ago
play_iterator.py Take ITERATING_ALWAYS into account when setting failed state in PlayIterator 9 years ago
playbook_executor.py Pass the absolute path to dirname when assigning basedir (#17457) 9 years ago
stats.py Making the switch to v2 11 years ago
task_executor.py Create a raw lookup for hostvars that does not template the data 9 years ago
task_queue_manager.py Add a function to check for killed processes in all strategies (#16684) 10 years ago
task_result.py task_result _check_key should handle empty results (#16766) 9 years ago