mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Catch template syntax errors specifically when templating strings
Fixes #9333
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user