mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
fixed bad parsing tests
This commit is contained in:
parent
3b913943b2
commit
22165dd046
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue