Files
community.general/test/units
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
..
2016-03-28 15:54:07 -04:00
2015-10-22 16:03:50 -04:00
2015-05-03 21:47:26 -05:00