mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated remote_tmp example
This commit is contained in:
parent
cc50b803df
commit
a36c66023f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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_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
|
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.
|
||||||
|
|
Loading…
Reference in a new issue