michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Newer version of jinja2 breaks the role #125

Open layereight opened 2 years ago

layereight commented 2 years ago

tested with:

I haven't checked which jinja2 version update really introduces the breaking change...

YuxingW commented 2 years ago

contextfilter is deprecated in jinja2 and can be replaced by pass_context https://github.com/jupyter/nbconvert/issues/1568

YuxingW commented 2 years ago

We have checked in a fix for this issue in the latest code.

layereight commented 2 years ago

Cool! Will check on the next occasion.