From 5c38ea8374a455a2104fdb1c58f330eb2a92ab7a 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" --- files/synchronize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/synchronize.py b/files/synchronize.py index a225a2ce005..7f706384bc5 100644 --- a/files/synchronize.py +++ b/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