You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [MichaelRigart.interfaces : Check active Ethernet interface state] ************
[WARNING]: Skipping plugin (/home/stefan/private/ansible-
homecenter/roles/MichaelRigart.interfaces/filter_plugins/filters.py) as it seems to
be invalid: module 'jinja2' has no attribute 'contextfilter'
fatal: [homecenter]: FAILED! => {"msg": "An unhandled exception occurred while templating '{{ item | ether_check }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: template error while templating string: No filter named 'ether_check'.. String: {{ item | ether_check }}"}
tested workaround:
going back to jinja 3.0.3 fixes the problem
I haven't checked which jinja2 version update really introduces the breaking change...
The text was updated successfully, but these errors were encountered:
tested with:
1.13.1
3.10
3.1.2
tested workaround:
3.0.3
fixes the problemI haven't checked which jinja2 version update really introduces the breaking change...
The text was updated successfully, but these errors were encountered: