Commit ee2fa721 by Michael DeHaan

Kinda have to pass the host list parameter

parent 9e931f32
...@@ -112,7 +112,8 @@ class PlayBook(object): ...@@ -112,7 +112,8 @@ class PlayBook(object):
(comment, module_name, module_args) = instructions (comment, module_name, module_args) = instructions
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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment