From 50d34f90e7a2736346e164fbc7e4246145d73296 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 19 Jan 2016 21:20:10 -0500 Subject: [PATCH] clarified with_file --- docsite/rst/playbooks_loops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst index 9cb8083b9b6..2ad1d38cba4 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -96,7 +96,7 @@ And you want to print every user's name and phone number. You can loop through Looping over Files `````````````````` -``with_file`` iterates over a list of files, setting `item` to the content of each file in sequence. It can be used like this:: +``with_file`` iterates over the content of a list of files, `item` will be set to the content of each file in sequence. It can be used like this:: --- - hosts: all