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:
parent
b766390ae2
commit
5c38ea8374
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue