template lookup: restore variables between calls (#55126)

* template lookup: restore variables between calls

Fixes #55113

* Address issues from the review
This commit is contained in:
Martin Krizek
2019-04-30 21:22:38 +02:00
committed by Brian Coca
parent f6fbfeace8
commit f37476e247
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- template lookup - restore variables between calls (https://github.com/ansible/ansible/issues/55113)