Commit 28933de8 by jctanner

Merge pull request #5771 from bcoca/play_hosts2

added new play_hosts var
parents 119543f0 59d5892f
......@@ -356,6 +356,8 @@ class PlayBook(object):
no_log=task.no_log,
)
runner.module_vars.update({'play_hosts': hosts})
if task.async_seconds == 0:
results = runner.run()
else:
......
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