From a04dd375eb6cae760ce8af06ee4de94418534672 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 22 Mar 2017 15:32:58 -0400 Subject: [PATCH] adjusted home examples to actual value --- docs/docsite/rst/intro_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/intro_configuration.rst b/docs/docsite/rst/intro_configuration.rst index 97920cfc61..0f2815d25f 100644 --- a/docs/docsite/rst/intro_configuration.rst +++ b/docs/docsite/rst/intro_configuration.rst @@ -569,7 +569,7 @@ things gets stored in a temporary file until ansible exits and cleans up after itself. The default location is a subdirectory of the user's home directory. If you'd like to change that, you can do so by altering this setting:: - local_tmp = $HOME/.ansible/tmp + local_tmp = ~/.ansible/tmp Ansible will then choose a random directory name inside this location. @@ -1105,7 +1105,7 @@ This is the base directory of the ControlPath sockets. It is the ``%(directory)s`` part of the ``control_path`` option. This defaults to:: - control_path_dir=$HOME/.ansible/cp + control_path_dir=~/.ansible/cp .. _scp_if_ssh: