-
A Dependabot update from Ansible 7.6.0 to 8.0.0 is breaking because ansible-lint now complains that
How do I deal with this? Google doesn't seem to know what an "Ansible collection finder" is, and I can't find it in the Ansible Lint documentation. The only reference I can find is the actual code, which isn't super helpful to figure out what to do next. |
Beta Was this translation helpful? Give feedback.
Answered by
bryder
Oct 3, 2023
Replies: 1 comment 1 reply
-
I have the same issue with 8.1.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My problem may not match yours.
In my case I'm on Ubuntu 22.04 and ansible-lint gives the same error.
I fixed it by pip installing the latest ansible lint (6.20.3).
The problem seems to be the fact we have python 3.10 which is not compatible with ansible-lint 5.4.0