mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Further cleanup from locking changes
This commit is contained in:
parent
b93f27e260
commit
9e1bc434c7
2 changed files with 4 additions and 7 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue