mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
* Errors raised in most Jinja operations and plugin invocations are now propagated as Markers, allowing template pipeline to continue execution when a Marker-aware consumer is present. * Added ability to inspect ExceptionMarkers to Protomatter `dump_object` filter. * Added tests. Co-authored-by: Matt Clay <matt@mystile.com>