clarified ansible_ssh_host to not imply removal

This commit is contained in:
Brian Coca 2016-11-08 09:07:19 -05:00
parent 4794b5da45
commit 0b77942bbc

View file

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