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>
2018-10-22 10:33:19 -07:00
..
process Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
__init__.py
action_write_locks.py Clarify the comments for action_write_locks 2018-04-26 09:42:18 -07:00
module_common.py Fix recursive_finder so it doesn't re-read files multiple times 2018-08-24 15:37:13 -07:00
play_iterator.py Add a helper to PlayIterator to recursively find the active state (#40847) 2018-05-29 15:48:32 -05:00
playbook_executor.py Only template values in vars_prompt rather than all vars (#39304) 2018-08-13 12:54:31 -04:00
stats.py Provide a way to explicitly invoke the debugger (#34006) 2018-01-09 13:50:07 -06:00
task_executor.py [stable-2.7] Don't use the task for a cache, return a special cache var (#47243) 2018-10-22 10:33:19 -07:00
task_queue_manager.py Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 2018-08-13 13:43:28 -05:00
task_result.py fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00