parent
eb6989ecbc
commit
9301c18428
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue