diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2018-07-03 11:49:45 -0700 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2018-07-03 11:49:45 -0700 |
commit | 7b325baa2212208c92738503e42a8f77c723a910 (patch) | |
tree | 6fee2a3d9574d96e4bc751ff2f944df498376530 /changelogs | |
parent | 6a7c43b0ba2087138e4749874593b0a09c86d107 (diff) | |
download | ansible-7b325baa2212208c92738503e42a8f77c723a910.tar.gz |
Bkprt recursive copy fix (#40268)
* Fixes #34893 (#40166)
Fixes several bugs exposed in #34893
* Fixes relative path handling in copy so that it splits directories and
reconstructs the correct file path
* Return failed in the proper circumstances
(cherry picked from commit ca4147f2cc7f5d7c641059ab81e61ce2b1c97498)
* Add changelog for recursive copy fix
(cherry picked from commit cab0f2156442be9a7990b21f27b466731d315449)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/copy-recursive-copy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/copy-recursive-copy.yml b/changelogs/fragments/copy-recursive-copy.yml new file mode 100644 index 0000000000..798f8ab376 --- /dev/null +++ b/changelogs/fragments/copy-recursive-copy.yml @@ -0,0 +1,3 @@ +--- +bugfixes: +- copy module - fixed recursive copy with relative paths (https://github.com/ansible/ansible/pull/40166) |