The current jinja2 package does not support functions pipelined inside of the role usage. Example: ```yaml {{ some_text | to_nicejson }} ``` Need to find another package for parsing Jinja2 or parse it line by line like the tasks parser
The current jinja2 package does not support functions pipelined inside of the role usage.
Example:
{{ some_text | to_nicejson }}Need to find another package for parsing Jinja2 or parse it line by line like the tasks parser