From b15a6331038ca7e9d800fb7062b81350d27423e2 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 5 Dec 2014 01:17:10 +1300 Subject: [PATCH] Note that `rsync` must be installed on both local & remote machine In particular, if `rsync` is not installed on the remote machine the following error message will be encountered: "rsync error: remote command not found" --- lib/ansible/modules/files/synchronize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/files/synchronize.py b/lib/ansible/modules/files/synchronize.py index a225a2ce005..7f706384bc5 100644 --- a/lib/ansible/modules/files/synchronize.py +++ b/lib/ansible/modules/files/synchronize.py @@ -145,6 +145,7 @@ options: required: false version_added: "1.6" notes: + - `rsync` must be installed on both the local and remote machine. - Inspect the verbose output to validate the destination user/host/path are what was expected. - The remote user for the dest path will always be the remote_user, not