unified boolean function

optimized boolean function
fixes #17815
This commit is contained in:
Brian Coca 2016-11-22 15:50:24 -05:00 committed by Brian Coca
commit ca1514cf2a
17 changed files with 23 additions and 54 deletions

View file

@ -13,5 +13,5 @@ test_hash:
# variables used for conditional testing
test_bare: true
test_bare_var: 123
test_bare_nested_good: "{{test_bare_var}} == 123"
test_bare_nested_good: "test_bare_var == 123"
test_bare_nested_bad: "{{test_bare_var}} == 321"