mirror of https://github.com/ansible/ansible.git
copy: ensure _original_basename is set (#70088)
* added changelog fragment * added quick and basic test * Revert "added quick and basic test" * This reverts commitpull/69860/head75f4141656. * added better tests * now also creating files to copy on the remote * removed tests for recursive copying which is not supported by remote_src Fixes: #47050 (cherry picked from commit79dfae9624) Co-authored-by: Moritz Grimm <memo42@users.noreply.github.com>
parent
7b1e2d7176
commit
f79c606aae
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- copy - Fixed copy module not working in case that remote_src is enabled and dest ends in a / (https://github.com/ansible/ansible/pull/47238)
|
||||
Loading…
Reference in New Issue