From 0b77942bbcfef1c50bcc18c122703a599eea398e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 8 Nov 2016 09:07:19 -0500 Subject: [PATCH] clarified ansible_ssh_host to not imply removal --- docsite/rst/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst index 5731f13ddb1..992b7d8171d 100644 --- a/docsite/rst/playbooks_delegation.rst +++ b/docsite/rst/playbooks_delegation.rst @@ -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: