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
A newly installed ansible-content-parser (attempted on 2025-01-27) failed to run with ModuleNotFoundError. From the error message, it seems to be an issue related to newer versions of ansible-lint.
$ ansible-content-parser
Traceback (most recent call last):
File "/var/tmp/work/work/venv/bin/ansible-content-parser", line 5, in <module>
from ansible_content_parser.__main__ import main
File "/var/tmp/work/work/venv/lib64/python3.11/site-packages/ansible_content_parser/__main__.py", line 30, in <module>
from .lint import ansiblelint_main
File "/var/tmp/work/work/venv/lib64/python3.11/site-packages/ansible_content_parser/lint.py", line 28, in <module>
from ansiblelint.color import (
ModuleNotFoundError: No module named 'ansiblelint.color'
The text was updated successfully, but these errors were encountered:
A newly installed ansible-content-parser (attempted on 2025-01-27) failed to run with ModuleNotFoundError. From the error message, it seems to be an issue related to newer versions of
ansible-lint
.The text was updated successfully, but these errors were encountered: