maintain proper formating of the remote paths when defined as user@host:/... or host:/...

* fixes #360
This commit is contained in:
k3it
2022-05-14 15:16:03 -04:00
committed by Hideki Saito
parent 45519c68be
commit 4efdb43ccd
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- synchronize - maintain proper formatting of the remote paths (https://github.com/ansible-collections/ansible.posix/pull/361).