Support transfering empty files to target host. Fixes #36725 (#45751)

This commit is contained in:
Matt Martz
2018-09-18 09:05:20 -05:00
committed by GitHub
parent f8c98600a9
commit b6fcbfe813
7 changed files with 39 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
bugfixes:
- docker connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)
- chroot connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)
- jail connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)
- kubectl connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)
- libvirt_lxc connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)
- zone connection - Support empty files with copying to target (https://github.com/ansible/ansible/issues/36725)