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
Matt Martz f1db8985e3 [stable-2.7] Don't use the task for a cache, return a special cache var (#47243)
* Don't use task to cache loop results, use hostvars. Fixes #47207

* Avoid a race condition, supply _ansible_loop_cache through get_vars directly

* Add tests

* Add changelog fragment

* Remove unnecessary copy

* Remove unnecessary host from _get_delegated_vars signature.
(cherry picked from commit 77d32b8f57)

Co-authored-by: Matt Martz <matt@sivel.net>
6 years ago
..
process Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 6 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 8 years ago
action_write_locks.py Clarify the comments for action_write_locks 7 years ago
module_common.py Fix recursive_finder so it doesn't re-read files multiple times 6 years ago
play_iterator.py Add a helper to PlayIterator to recursively find the active state (#40847) 7 years ago
playbook_executor.py Only template values in vars_prompt rather than all vars (#39304) 6 years ago
stats.py Provide a way to explicitly invoke the debugger (#34006) 7 years ago
task_executor.py [stable-2.7] Don't use the task for a cache, return a special cache var (#47243) 6 years ago
task_queue_manager.py Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 6 years ago
task_result.py fix tempating issues with no_log and loops (#44468) 6 years ago