ansible.posix icon indicating copy to clipboard operation
ansible.posix copied to clipboard

Fix: synchronize directories contains spaces in their paths

Open m-emelchenkov opened this issue 2 years ago • 9 comments

SUMMARY

It's a hotfix for problem that Ansible cannot synchronize files if directories contains whitespaces in their paths. This bug there for years (at least since 2015), I thought I submitted the fix. Anyway, please review it and make my code to be more optimal for Python or Ansible code guidelines.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

Synchronize

m-emelchenkov avatar Feb 22 '22 08:02 m-emelchenkov

It seems, my fix do not pass CI tests. My environment is: source machine is macOS 12.2.1 and dest machine is Linux Ubuntu 20.04.

m-emelchenkov avatar Feb 22 '22 08:02 m-emelchenkov

@m-emelchenkov thanks for the PR :) Currently, there is an issue(504 timeout) with galaxy.ansible.com, so we probably need to wait to fix it.

saito-hideki avatar Feb 22 '22 08:02 saito-hideki

Build failed.

/retest

maxamillion avatar Feb 22 '22 16:02 maxamillion