mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Closing stdin too early.
This commit is contained in:
parent
ffadbc520a
commit
3b1aa092f8
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ def _executor_hook(job_queue, result_queue, new_stdin):
|
|||
pass
|
||||
except:
|
||||
traceback.print_exc()
|
||||
if new_stdin:
|
||||
new_stdin.close()
|
||||
|
||||
class HostVars(dict):
|
||||
''' A special view of setup_cache that adds values from the inventory when needed. '''
|
||||
|
|
Loading…
Reference in a new issue