Ansible Collection for Posix
Find a file
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
.github Bootstrap Collection (#1) 2020-03-13 09:12:26 +00:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
plugins Synchronize plugin: Do not turn an SSH path into an absolute path 2020-05-24 17:42:32 +02:00
tests Copy and adjust changes from ansible/ansible#59530 (#14) 2020-04-29 16:41:50 -05:00
.gitignore Initial commit 2020-03-09 13:15:28 +00:00
COPYING Initial commit 2020-03-09 13:15:28 +00:00
galaxy.yml Adding labels to the tags section (#19) 2020-04-29 15:16:37 -05:00
README.md README.md (#4) 2020-03-18 20:30:50 +00:00
shippable.yml Green CI for ansible.posix (#2) 2020-03-18 11:19:19 +00:00

ansible.posix

Run Status Codecov

Tested with Ansible

  • ansible-base 2.10 (devel)

External requirements

None

Included content

Using this collection

See Ansible Using collections for more details.

Contributing to this collection

Release notes

  • 0.1.1 Initial stable build
  • 0.1.0 Internal only build

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENCE to see the full text.