mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
typo (#17517)
This commit is contained in:
parent
f4af154bef
commit
f02ad99569
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
play, in order to determine the number of hosts per pass::
|
||||||
|
|
||||||
- name: test play
|
- name: test play
|
||||||
hosts: websevers
|
hosts: webservers
|
||||||
serial: "30%"
|
serial: "30%"
|
||||||
|
|
||||||
If the number of hosts does not divide equally into the number of passes, the final pass will contain the remainder.
|
If the number of hosts does not divide equally into the number of passes, the final pass will contain the remainder.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue