mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user