Fix typo in 0b86aa6
This commit is contained in:
parent
0b86aa62e1
commit
abc82fee13
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class TaskQueueManager:
|
|||
if method_name == 'v2_playbook_on_start':
|
||||
import inspect
|
||||
(f_args, f_varargs, f_keywords, f_defaults) = inspect.getargspec(method)
|
||||
if 'playbook' in args:
|
||||
if 'playbook' in f_args:
|
||||
method(*args, **kwargs)
|
||||
else:
|
||||
method()
|
||||
|
|
Loading…
Add table
Reference in a new issue