mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user