Kinda have to pass the host list parameter
This commit is contained in:
parent
9e931f323c
commit
ee2fa721f1
1 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@ class PlayBook(object):
|
||||||
print "running task: (%s) on hosts matching (%s)" % (comment, pattern)
|
print "running task: (%s) on hosts matching (%s)" % (comment, pattern)
|
||||||
runner = self._get_task_runner(
|
runner = self._get_task_runner(
|
||||||
pattern=pattern,
|
pattern=pattern,
|
||||||
|
host_list=host_list,
|
||||||
module_name=module_name,
|
module_name=module_name,
|
||||||
module_args=module_args
|
module_args=module_args
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue