ansible/test/integration/targets/delegate_to
Matt Martz 77d32b8f57
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
2018-10-18 15:25:43 -05:00
..
roles/test_template/templates
aliases
delegate_and_nolog.yml
delegate_facts_block.yml remove default from delegate_facts to inherit (#45492) 2018-10-10 15:10:23 -04:00
runme.sh Don't use the task for a cache, return a special cache var (#47243) 2018-10-18 15:25:43 -05:00
test_delegate_to.yml
test_delegate_to_loop_caching.yml Don't use the task for a cache, return a special cache var (#47243) 2018-10-18 15:25:43 -05:00
test_delegate_to_loop_randomness.yml Ensure we only cache the loop when the task had a loop (#44901) 2018-08-30 12:02:43 -05:00
test_loop_control.yml