From d1082af817529e6e203bac292ef4957472186b5c Mon Sep 17 00:00:00 2001 From: Senmiao Liu Date: Sun, 17 Nov 2013 15:37:17 -0800 Subject: [PATCH] Correct the constant name "remote_temp" to "remote_tmp" --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index be4d63c045b..4be5a9b37ba 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -386,7 +386,7 @@ Ansible works by transferring modules to your remote machines, running them, and cases, you may not wish to use the default location and would like to change the path. You can do so by altering this setting:: - remote_temp = $HOME/.ansible/tmp + remote_tmp = $HOME/.ansible/tmp The default is to use a subdirectory of the user's home directory. Ansible will then choose a random directory name inside this location.