mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Kinda have to pass the host list parameter
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user