From 9b1babdaece5705b97bfa6f8eacebadf8577f7ed Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 20 Jul 2015 12:31:35 -0400 Subject: [PATCH] fixed typo --- docsite/rst/playbooks_strategies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_strategies.rst b/docsite/rst/playbooks_strategies.rst index bb4c687f544..91e90eb344b 100644 --- a/docsite/rst/playbooks_strategies.rst +++ b/docsite/rst/playbooks_strategies.rst @@ -3,7 +3,7 @@ Strategies 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 -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 completion of the play before the next 'batch' starts.