mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Further cleanup from locking changes
This commit is contained in:
@@ -87,6 +87,8 @@ class TaskQueueManager:
|
||||
except ValueError:
|
||||
fileno = None
|
||||
|
||||
# A temporary file (opened pre-fork) used by connection
|
||||
# plugins for inter-process locking.
|
||||
self._connection_lockfile = tempfile.TemporaryFile()
|
||||
|
||||
self._workers = []
|
||||
|
||||
Reference in New Issue
Block a user