fixed bad parsing tests

This commit is contained in:
Brian Coca 2015-07-14 11:44:45 -04:00
commit 22165dd046
2 changed files with 6 additions and 6 deletions

View file

@ -48,4 +48,9 @@
- name: test that a missing/malformed jinja2 filter fails
debug: msg="{{output_dir|badfiltername}}"
tags: scenario5
register: filter_fail
ignore_errors: yes
- assert:
that:
- filter_fail|failed