Commit 5c34ed08 by James Tanner

Addresses #4676 Add module notes about the behavior of sudo and the destination…

Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module.
parent 9fb4be0e
...@@ -103,6 +103,12 @@ options: ...@@ -103,6 +103,12 @@ options:
- Specify a --timeout for the rsync command in seconds. - Specify a --timeout for the rsync command in seconds.
default: 10 default: 10
required: false 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 ~<remote_user>/x even if using sudo.
author: Timothy Appnel author: Timothy Appnel
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment