1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
James Cammarata 31d5f88a1d Use the task loop to calculate multiple delegated hosts
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
2015-09-25 01:41:09 -04:00
..
process Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Close module file once we're done reading from it 2015-09-21 01:46:29 -07:00
play_iterator.py Fix typo in 049a48f 2015-09-11 15:54:24 -04:00
playbook_executor.py Fix indent on line in playbook executor 2015-09-09 18:10:38 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Use the task loop to calculate multiple delegated hosts 2015-09-25 01:41:09 -04:00
task_queue_manager.py Fix unreachable host detection and have plays continue after unreachable failures 2015-09-09 15:27:26 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00