mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Closing stdin too early.
This commit is contained in:
@@ -75,8 +75,6 @@ def _executor_hook(job_queue, result_queue, new_stdin):
|
|||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
if new_stdin:
|
|
||||||
new_stdin.close()
|
|
||||||
|
|
||||||
class HostVars(dict):
|
class HostVars(dict):
|
||||||
''' A special view of setup_cache that adds values from the inventory when needed. '''
|
''' A special view of setup_cache that adds values from the inventory when needed. '''
|
||||||
|
|||||||
Reference in New Issue
Block a user