mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Merge branch 'task-host-loop-bypass' of https://github.com/sivel/ansible into sivel-task-host-loop-bypass
This commit is contained in:
commit
e74853300a
4 changed files with 41 additions and 3 deletions
|
@ -405,6 +405,7 @@ class PlayBook(object):
|
|||
vault_pass = self.vault_password,
|
||||
run_hosts=hosts,
|
||||
no_log=task.no_log,
|
||||
run_once=task.run_once,
|
||||
)
|
||||
|
||||
runner.module_vars.update({'play_hosts': hosts})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue