mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Addresses #4676 Add module notes about the behavior of sudo and the destination paths within the synchronize module.
This commit is contained in:
@@ -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 ~<remote_user>/x even if using sudo.
|
||||
author: Timothy Appnel
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user