From 4dea5c34abf1b36fe75b4ccffb099e1ab70d3911 Mon Sep 17 00:00:00 2001 From: gamename Date: Wed, 1 Oct 2014 09:54:48 -0500 Subject: [PATCH] Update developing_modules.rst The existing description does not make 2 things clear. 1) This is an environment variable 2) It must be set on the _controlling_ host, not the remote host. --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 9fa35f4d3e5..b34843a4cd1 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -432,7 +432,7 @@ built and appear in the 'docsite/' directory. .. tip:: - You can use ANSIBLE_KEEP_REMOTE_FILES=1 to prevent ansible from + You can set the environment variable ANSIBLE_KEEP_REMOTE_FILES=1 on the controlling host to prevent ansible from deleting the remote files so you can debug your module. .. _module_contribution: