ansible.posix/plugins
Albert Pool ebb4d94da8 Synchronize plugin: Do not turn an SSH path into an absolute path
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.
2020-05-24 17:42:32 +02:00
..
action Synchronize plugin: Do not turn an SSH path into an absolute path 2020-05-24 17:42:32 +02:00
callback Typecast results before use in profile_tasks callback (#26) 2020-05-21 11:55:11 -05:00
module_utils Initial commit 2020-03-09 13:15:28 +00:00
modules Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00
shell Allow unsetting env vars (#7) 2020-04-23 10:57:52 -05:00