add missing newline in ansible_play_batch doc

This commit is contained in:
Sébastien BARTHÉLÉMY 2016-11-02 18:02:44 +01:00 committed by Brian Coca
parent 275d5f85ec
commit a4c11ee231

View file

@ -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``).