mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Catch template syntax errors specifically when templating strings
Fixes #9333
This commit is contained in:
parent
b0069a338e
commit
b61a78532c
4 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue