mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
parent
7666bde666
commit
169d316704
4 changed files with 11 additions and 6 deletions
|
@ -412,7 +412,9 @@ class StrategyBase:
|
|||
|
||||
# set the vars for this task from those specified as params to the include
|
||||
for b in block_list:
|
||||
b.vars.update(included_file._args.copy())
|
||||
temp_vars = b.vars.copy()
|
||||
temp_vars.update(included_file._args.copy())
|
||||
b.vars = temp_vars
|
||||
|
||||
return block_list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue