From 3b96861b7c3910c7c1ad6bb3f12a6874b317c784 Mon Sep 17 00:00:00 2001 From: Allyson Bowles Date: Mon, 25 Apr 2016 11:16:28 -0500 Subject: [PATCH] Refer to the play_host as remote instead of local (#15307) It was pointed out on IRC that the "local machine" terminology is confusing, since in this instance it refers to the host *against* which Ansible is running, in contrast to the host *from* which Ansible is running. --- 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 336411955c4..b5255c7aeda 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -340,7 +340,7 @@ Iterating Over The Results of a Program Execution .. note:: This is an uncommon thing to want to do, but we're documenting it for completeness. You probably won't be reaching for this one often. Sometimes you might want to execute a program, and based on the output of that program, loop over the results of that line by line. -Ansible provides a neat way to do that, though you should remember, this is always executed on the control machine, not the local +Ansible provides a neat way to do that, though you should remember, this is always executed on the control machine, not the remote machine:: - name: Example of looping over a command result