mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
adjusted home examples to actual value
This commit is contained in:
parent
a36c66023f
commit
a04dd375eb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
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::
|
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.
|
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.
|
It is the ``%(directory)s`` part of the ``control_path`` option.
|
||||||
This defaults to::
|
This defaults to::
|
||||||
|
|
||||||
control_path_dir=$HOME/.ansible/cp
|
control_path_dir=~/.ansible/cp
|
||||||
|
|
||||||
.. _scp_if_ssh:
|
.. _scp_if_ssh:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue