From a4c11ee23177c57613978ab2ca4fd84ff784009d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BARTH=C3=89L=C3=89MY?= Date: Wed, 2 Nov 2016 18:02:44 +0100 Subject: [PATCH] add missing newline in ansible_play_batch doc --- docsite/rst/playbooks_variables.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index cce72edd5e4..483d43abc0f 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -677,6 +677,7 @@ period, without the rest of the domain. .. versionadded:: 2.2 ``ansible_play_hosts`` is the full list of all hosts still active in the current play. + .. versionadded:: 2.2 ``ansible_play_batch`` is available as a list of hostnames that are in scope for the current 'batch' of the play. The batch size is defined by ``serial``, when not set it is equivalent to the whole play (making it the same as ``ansible_play_hosts``).