Correct the constant name "remote_temp" to "remote_tmp"

This commit is contained in:
Senmiao Liu 2013-11-17 15:37:17 -08:00
parent b7971a426c
commit d1082af817

View file

@ -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.