mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* 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 |
||
|---|---|---|
| .. | ||
| roles/test_template/templates | ||
| aliases | ||
| delegate_and_nolog.yml | ||
| delegate_facts_block.yml | ||
| runme.sh | ||
| test_delegate_to.yml | ||
| test_delegate_to_loop_caching.yml | ||
| test_delegate_to_loop_randomness.yml | ||
| test_loop_control.yml | ||