Fixes minor type in docs (#24117)
Removes an extra `e` from the word `batch` in the the `playbooks_delegation` documentation seen at: http://docs.ansible.com/ansible/playbooks_delegation.html
This commit is contained in:
parent
500de1f557
commit
914f8e4596
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ As of Ansible 2.2, the batch sizes can be specified as a list, as follows::
|
|||
In the above example, the first batch would contain a single host, the next would contain 5 hosts, and (if there are any hosts left),
|
||||
every following batch would contain 10 hosts until all available hosts are used.
|
||||
|
||||
It is also possible to list multiple batche sizes as percentages::
|
||||
It is also possible to list multiple batch sizes as percentages::
|
||||
|
||||
- name: test play
|
||||
hosts: webservers
|
||||
|
|
Loading…
Reference in a new issue