1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Richard Metzler 2016-09-12 14:15:07 +02:00 committed by Brian Coca
parent f4af154bef
commit f02ad99569

View file

@ -37,7 +37,7 @@ The ''serial'' keyword can also be specified as a percentage in Ansible 1.8 and
play, in order to determine the number of hosts per pass::
- name: test play
hosts: websevers
hosts: webservers
serial: "30%"
If the number of hosts does not divide equally into the number of passes, the final pass will contain the remainder.