mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Merge remote branch 'public/integration'
This commit is contained in:
commit
e5d5b072db
5 changed files with 92 additions and 57 deletions
|
@ -457,7 +457,7 @@ class PlayBook(object):
|
|||
SETUP_CACHE[host] = result
|
||||
|
||||
if self.extra_vars:
|
||||
extra_vars = utils.parse_kv(shlex.split(self.extra_vars))
|
||||
extra_vars = utils.parse_kv(self.extra_vars)
|
||||
for h in self.host_list:
|
||||
try:
|
||||
SETUP_CACHE[h].update(extra_vars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue