From a36c66023fdfc3e7af3a712c8d8f3dfe333fe968 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 22 Mar 2017 15:26:11 -0400 Subject: [PATCH] updated remote_tmp example --- docs/docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/intro_configuration.rst b/docs/docsite/rst/intro_configuration.rst index c0df1bd0eaf..97920cfc610 100644 --- a/docs/docsite/rst/intro_configuration.rst +++ b/docs/docsite/rst/intro_configuration.rst @@ -747,7 +747,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_tmp = $HOME/.ansible/tmp + remote_tmp = ~/.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.