mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
Kinda have to pass the host list parameter
This commit is contained in:
@@ -112,7 +112,8 @@ class PlayBook(object):
|
||||
(comment, module_name, module_args) = instructions
|
||||
print "running task: (%s) on hosts matching (%s)" % (comment, pattern)
|
||||
runner = self._get_task_runner(
|
||||
pattern=pattern,
|
||||
pattern=pattern,
|
||||
host_list=host_list,
|
||||
module_name=module_name,
|
||||
module_args=module_args
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user