159aa26b36
This feature changes the scalar value of `serial:` to a list, which allows users to specify a list of values, so batches can be ramped up (commonly called "canary" setups): - hosts: all serial: [1, 5, 10, "100%"] tasks: ... |
||
---|---|---|
.. | ||
__init__.py | ||
test_play_iterator.py | ||
test_playbook_executor.py | ||
test_task_executor.py | ||
test_task_result.py |