mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
fixed typo
This commit is contained in:
@@ -3,7 +3,7 @@ Strategies
|
|||||||
|
|
||||||
In 2.0 we added a new way to control play execution, ``strategy``, by default plays will
|
In 2.0 we added a new way to control play execution, ``strategy``, by default plays will
|
||||||
still run as they used to, with what we call the ``linear`` strategy. All hosts will run each
|
still run as they used to, with what we call the ``linear`` strategy. All hosts will run each
|
||||||
task befor any host starts the next task, using the number of forks (default 5) to parallelize.
|
task before any host starts the next task, using the number of forks (default 5) to parallelize.
|
||||||
|
|
||||||
The ``serial`` directive can 'batch' this behaviour to a subset of the hosts, which then run to
|
The ``serial`` directive can 'batch' this behaviour to a subset of the hosts, which then run to
|
||||||
completion of the play before the next 'batch' starts.
|
completion of the play before the next 'batch' starts.
|
||||||
|
|||||||
Reference in New Issue
Block a user