Don't set the item variable as eager template replacement will over-replace the variable as an empty string.
This commit is contained in:
parent
586ee923a6
commit
c64f19dc5f
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ class PlayBook(object):
|
|||
|
||||
for item in items:
|
||||
incvars = vars.copy()
|
||||
incvars['item'] = item
|
||||
if 'vars' in play:
|
||||
if isinstance(play['vars'], dict):
|
||||
incvars.update(play['vars'])
|
||||
|
|
Loading…
Reference in a new issue