Prevent vars premature templating (#56117)

Avoid premature vars templating
  * added tests
  * avoid 'is template' warning in vars, since we want them for latter templating
This commit is contained in:
Brian Coca
2019-05-23 09:42:19 -04:00
committed by GitHub
parent 3095df099d
commit 1da47bfa8c
6 changed files with 38 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- we don't really need to template vars on definition as we do this on demand in templating.