Catch template syntax errors specifically when templating strings

Fixes #9333
This commit is contained in:
James Cammarata 2014-10-20 13:10:42 -05:00
commit b61a78532c
4 changed files with 7 additions and 2 deletions

View file

@ -49,5 +49,7 @@
failed_when: False
tags: scenario4
- name: test that a missing/malformed jinja2 filter fails
debug: msg="{{output_dir|badfiltername}}"
tags: scenario5