mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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_helpers.py | ||
test_shlex.py | ||
test_vars.py |