mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b107e397cb
* Cache tasks as they are queued instead of en masse This also moves the task caching from the PlayIterator to the StrategyBase class, where it makes more sense (and makes it easier to not have to change the strategy class methods leading to an API change). Fixes #31673 * Cleaning up unit tests due to 502ca780 |
||
---|---|---|
.. | ||
module_common | ||
__init__.py | ||
test_play_iterator.py | ||
test_playbook_executor.py | ||
test_task_executor.py | ||
test_task_queue_manager_callbacks.py | ||
test_task_result.py |