> > >> > I'm also fine with the idea of teaching it to also accept things like >> >> "serial: 10%" >> > > That sounds like the best approach - I'll attack it from this direction. >
First cut pull request: https://github.com/ansible/ansible/pull/5072 Of note is that the no matter how small the percentage, the final value for serial can never be < 1, to get past the cases for very small percentages which would equate to less than one host per pass, e.g. 1% for 5 hosts. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
