Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Check ansible syntax' action #1004

Closed
berendt opened this issue Jan 10, 2022 · 2 comments
Closed

Fix 'Check ansible syntax' action #1004

berendt opened this issue Jan 10, 2022 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@berendt
Copy link
Member

berendt commented Jan 10, 2022

+ 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)
@berendt berendt added the bug Something isn't working label Jan 10, 2022
@berendt berendt added this to the v3.0.0 milestone Jan 10, 2022
@berendt
Copy link
Member Author

berendt commented Jan 10, 2022

@berendt
Copy link
Member Author

berendt commented Jan 25, 2022

Fixed with ec472df

@berendt berendt closed this as completed Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant