diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index 294c8a2bc5..98f5cbd1ab 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -912,6 +912,9 @@ Here is an example:: - name: recursively copy files from management server to target local_action: command rsync -a /path/to/files $inventory_hostname:/path/to/target/ +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. + Fireball Mode `````````````