mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 16:36:29 +00:00
Close the named temporary file.
This commit is contained in:
@@ -872,6 +872,10 @@ class Runner(object):
|
||||
raise
|
||||
else:
|
||||
results = [ self._executor(h, None) for h in hosts ]
|
||||
|
||||
|
||||
self.lockfile.close()
|
||||
|
||||
return self._partition_results(results)
|
||||
|
||||
# *****************************************************
|
||||
|
||||
Reference in New Issue
Block a user