From 45e4dfda3d9f33c3ef0b47021235dcd6f2c87a8c Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 30 Mar 2018 09:32:29 -0700 Subject: [PATCH] doc: fix grammar (#38145) --- docs/docsite/rst/user_guide/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_loops.rst b/docs/docsite/rst/user_guide/playbooks_loops.rst index 70f5f08b610..01b80c2f011 100644 --- a/docs/docsite/rst/user_guide/playbooks_loops.rst +++ b/docs/docsite/rst/user_guide/playbooks_loops.rst @@ -191,7 +191,7 @@ During iteration, the result of the current item will be placed in the variable: Looping over the inventory `````````````````````````` -If you wish to loop over the inventory, or just a subset of it, there is multiple ways. +If you wish to loop over the inventory, or just a subset of it, there are multiple ways. One can use a regular ``loop`` with the ``ansible_play_batch`` or ``groups`` variables, like this:: # show all the hosts in the inventory