Re-add vars to Base and standardize var processing

Fixes #11779
This commit is contained in:
James Cammarata
2015-08-07 00:05:42 -04:00
parent ebfd99e307
commit e7d0c9f820
5 changed files with 33 additions and 35 deletions

View File

@@ -412,7 +412,7 @@ class StrategyBase:
# set the vars for this task from those specified as params to the include
for b in block_list:
b.vars = included_file._args.copy()
b.vars.update(included_file._args.copy())
return block_list