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
I think the introduction of PR #17 caused additional errors. Now I'm getting additional packaging errors only after that PR was merged.
Run find . -type f -name "*.j2" -exec /tmp/jinja2-lint/j2lint.py '{}' +
Traceback (most recent call last):
File "/tmp/jinja2-lint/j2lint.py", line 12, in <module>
from ansible_collections.ansible.netcommon.plugins.filter import ipaddr
ModuleNotFoundError: No module named 'ansible_collections'
Error: Process completed with exit code 1.