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
pull/23982/merge
Dan Kolb 8 years ago committed by Sloane Hertel
parent 500de1f557
commit 914f8e4596

@ -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…
Cancel
Save