mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
clarified ansible_ssh_host to not imply removal
This commit is contained in:
parent
4794b5da45
commit
0b77942bbc
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ Here is an example::
|
|||
Note that you must have passphrase-less SSH keys or an ssh-agent configured for this to work, otherwise rsync
|
||||
will need to ask for a passphrase.
|
||||
|
||||
The `ansible_host` variable (`ansible_ssh_host` in 1.x) reflects the host a task is delegated to.
|
||||
The `ansible_host` variable (`ansible_ssh_host` in 1.x or specific to ssh/paramiko plugins) reflects the host a task is delegated to.
|
||||
|
||||
.. _delegate_facts:
|
||||
|
||||
|
|
Loading…
Reference in a new issue