Skip to content

Update ansible-lint to 4.3.7 #1516

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

Closed
8 tasks done
php-coder opened this issue Feb 3, 2021 · 3 comments
Closed
8 tasks done

Update ansible-lint to 4.3.7 #1516

php-coder opened this issue Feb 3, 2021 · 3 comments
Assignees
Labels
ADR/needed A decision has been made and it needs to be documented area/ci kind/dependency-update Update one of dependencies
Milestone

Comments

@php-coder php-coder added this to the 0.4.6 milestone Feb 3, 2021
@php-coder php-coder self-assigned this Feb 3, 2021
@php-coder php-coder modified the milestones: 0.4.6, 0.4.7 Feb 14, 2021
@php-coder php-coder modified the milestones: 0.4.7, 0.5 Oct 18, 2021
@php-coder php-coder modified the milestones: 0.5, 0.4.8 Jul 31, 2023
@php-coder php-coder reopened this Oct 26, 2023
@php-coder
Copy link
Owner Author

php-coder commented Oct 26, 2023

It fails locally and on CI (https://github.com/php-coder/mystamps/actions/runs/6649432485/job/18067966405) with the following error:

Traceback (most recent call last):

  File "/home/runner/.local/bin/ansible-lint", line 5, in <module>
    from ansiblelint.__main__ import main
  File "/home/runner/.local/lib/python3.8/site-packages/ansiblelint/__main__.py", line 37, in <module>
    from ansiblelint.generate_docs import rules_as_rich, rules_as_rst
  File "/home/runner/.local/lib/python3.8/site-packages/ansiblelint/generate_docs.py", line 6, in <module>
    from rich.console import render_group
ImportError: cannot import name 'render_group' from 'rich.console' (/home/runner/.local/lib/python3.8/site-packages/rich/console.py)
Error: Process completed with exit code 1.

@php-coder
Copy link
Owner Author

Here is a related bug: ansible/ansible-lint#1795

@php-coder php-coder added the ADR/needed A decision has been made and it needs to be documented label Oct 26, 2023
php-coder added a commit that referenced this issue Oct 28, 2023
php-coder added a commit that referenced this issue Oct 28, 2023
@php-coder
Copy link
Owner Author

Now ansible-lint fails with:

Error: [E106] Role name mystamps-app does not match ``^[a-z][a-z0-9_]+$`` pattern
Error: [E106] Role name mystamps-backup does not match ``^[a-z][a-z0-9_]+$`` pattern
Error: [E106] Role name mystamps-nginx does not match ``^[a-z][a-z0-9_]+$`` pattern
Error: [E106] Role name mystamps-user does not match ``^[a-z][a-z0-9_]+$`` pattern

See https://github.com/php-coder/mystamps/actions/runs/6674854345/job/18142194426

php-coder added a commit that referenced this issue Oct 29, 2023
The error was:
Error: [E106] Role name mystamps-app does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-backup does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-nginx does not match `^[a-z][a-z0-9_]+$` pattern
Error: [E106] Role name mystamps-user does not match `^[a-z][a-z0-9_]+$` pattern

Relate to #1516
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADR/needed A decision has been made and it needs to be documented area/ci kind/dependency-update Update one of dependencies
Projects
None yet
Development

No branches or pull requests

1 participant