Commit 441cd1c5 by Michael DeHaan

Merge pull request #4933 from lsm/devel

Correct the constant name "remote_temp" to "remote_tmp"
parents 30e72a4b d1082af8
...@@ -386,7 +386,7 @@ Ansible works by transferring modules to your remote machines, running them, and ...@@ -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 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:: 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 The default is to use a subdirectory of the user's home directory. Ansible will then choose a random directory name
inside this location. inside this location.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment