Skip to content

Commit

Permalink
clarified ansible_ssh_host to not imply removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Nov 8, 2016
1 parent 4794b5d commit 0b77942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/playbooks_delegation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0b77942

Please sign in to comment.