mirror of https://github.com/ansible/ansible.git
Don't allow {{ 'foo' }} unquoted jinja value
The unquoted jinja feature only works when the unquoted value is valid YAML. Don't allow `foo: {{ 'bar' }}` when the internal value is a quoted string. This form is dubious and probably never seen in the wild. We just don't give it special treatment so it fails same as before. Also added check to assert jinja key is a string.pull/36331/head
parent
1761a18356
commit
c87af621cb
Loading…
Reference in New Issue