mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Due to the way we're now calculating delegate_to, if that value is based
on a loop variable ('item') we need to calculate all of the possible
delegated_to variables for that loop.
Fixes #12499
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_attribute.py | ||
| test_block.py | ||
| test_play.py | ||
| test_play_context.py | ||
| test_playbook.py | ||
| test_role.py | ||
| test_taggable.py | ||
| test_task.py | ||