mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fixing bugs related to parsing and fixing up parsing integration tests (v2)
This commit is contained in:
parent
b85ce38834
commit
b94e2a1f4e
4 changed files with 30 additions and 20 deletions
|
@ -335,7 +335,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 = included_file._args.copy()
|
||||
|
||||
return block_list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue