From 7b3fbeee16e4a14735dd5229c872a10a705b0587 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 4 Nov 2013 12:19:31 -0500 Subject: [PATCH] Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module. --- files/synchronize | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/synchronize b/files/synchronize index 0a10dda3436..9acc4d46628 100644 --- a/files/synchronize +++ b/files/synchronize @@ -103,6 +103,12 @@ options: - Specify a --timeout for the rsync command in seconds. default: 10 required: false +notes: + - 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 + the sudo_user. + - Expect that dest=~/x will be ~/x even if using sudo. author: Timothy Appnel '''