Allocate an explicit stdin in async_wrapper (#53410)

* add changelog fragment

* Add stdin async test

* Allocate an explicit stdin in async_wrapper. Fixes #50758
This commit is contained in:
Matt Martz
2019-03-07 09:28:44 -06:00
committed by GitHub
parent 72eb8672bf
commit 264d9a9008
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- async_wrapper - Allocate an explicit stdin (https://github.com/ansible/ansible/issues/50758)