Bug ID | 1200955 |
---|---|
Summary | ansible-lint broken: ModuleNotFoundError: No module named 'ansiblelint' |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | felix.niederwanger@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
The ansible-lint package on Tumbleweed complains about the missing ansiblelint
module:
> phoenix@racetrack-7290:~/Projects/geekoops> ansible-lint
> Traceback (most recent call last):
> File "/usr/bin/ansible-lint", line 5, in <module>
> from ansiblelint.__main__ import _run_cli_entrypoint
> ModuleNotFoundError: No module named 'ansiblelint'