mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
committed by
Matt Martz
parent
eb6989ecbc
commit
9301c18428
@@ -56,8 +56,13 @@ class PlaybookExecutor:
|
|||||||
context.CLIARGS.get('listtags') or context.CLIARGS.get('syntax'):
|
context.CLIARGS.get('listtags') or context.CLIARGS.get('syntax'):
|
||||||
self._tqm = None
|
self._tqm = None
|
||||||
else:
|
else:
|
||||||
self._tqm = TaskQueueManager(inventory=inventory, variable_manager=variable_manager,
|
self._tqm = TaskQueueManager(
|
||||||
loader=loader, passwords=self.passwords)
|
inventory=inventory,
|
||||||
|
variable_manager=variable_manager,
|
||||||
|
loader=loader,
|
||||||
|
passwords=self.passwords,
|
||||||
|
forks=context.CLIARGS.get('forks'),
|
||||||
|
)
|
||||||
|
|
||||||
# Note: We run this here to cache whether the default ansible ssh
|
# Note: We run this here to cache whether the default ansible ssh
|
||||||
# executable supports control persist. Sometime in the future we may
|
# executable supports control persist. Sometime in the future we may
|
||||||
|
|||||||
Reference in New Issue
Block a user