mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
SSH paths of the form user@host:/remote/path can be used as either src or dest with rsync. As the synchronize module already uses the presence of ':' to detect a source/destination over SSH, this commit updates the action plugin accordingly. Without this commit, the path is turned into /local/path/user@host:/remote/path, which is not a valid syntax for rsync. |
||
|---|---|---|
| .. | ||
| action | ||
| callback | ||
| module_utils | ||
| modules | ||
| shell | ||