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
+ ansible-lint -v --force-color
28
Traceback (most recent call last):
29
File "/usr/local/bin/ansible-lint", line 5, in <module>
30
from ansiblelint.__main__ import main
31
File "/usr/local/lib/python3.8/site-packages/ansiblelint/__main__.py", line 37, in <module>
32
from ansiblelint.generate_docs import rules_as_rich, rules_as_rst
33
File "/usr/local/lib/python3.8/site-packages/ansiblelint/generate_docs.py", line 6, in <module>
34
from rich.console import render_group
35
ImportError: cannot import name 'render_group' from 'rich.console' (/usr/local/lib/python3.8/site-packages/rich/console.py)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: