mirror of https://github.com/ansible/ansible.git
Quote --rsh command options for rsync in syncrhonize module (#35976)
Currently the --rsh command arg being passed to rsync is not quoted, but we're adding arguments to the ssh command and that causes rsync to attempt to accept them as it's own, which is not the desired outcome. Fixes #35717 Signed-off-by: Adam Miller <admiller@redhat.com>pull/38018/head
parent
9350b5ec22
commit
ab9b4479a1
Loading…
Reference in New Issue