1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-01 16:18:55 +00:00

copy - support recursive copying with remote_src (#43998)

* Allow copy module to work with recursive and remote_src #14131
This commit is contained in:
Shuang Wang 2018-10-12 00:18:44 +09:00 committed by Toshio Kuratomi
parent fb6e91bf98
commit cd1faca6e0
3 changed files with 841 additions and 7 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- copy - support recursive copying with remote_src