ansible/test/units/utils
James Cammarata 159aa26b36 FEATURE: adding variable serial batches
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:
  ...
2016-08-04 15:04:10 -05:00
..
__init__.py
test_helpers.py FEATURE: adding variable serial batches 2016-08-04 15:04:10 -05:00
test_shlex.py
test_vars.py