Support empty files with piped transfer_method. Fixes #45426 (#45618)

This commit is contained in:
Matt Martz
2018-09-13 13:53:36 -05:00
committed by GitHub
parent e26d758d6f
commit e68f895e61
2 changed files with 11 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- ssh connection - Support empty files with piped transfer_method (https://github.com/ansible/ansible/issues/45426)