The Ansible-lint compatability with Ansible is not clear from the ReadMe file and documentation #3902
Unanswered
elibogomolnyi
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We upgraded our Ansible version from 5.10.0 to 8.5.0. After we did it, we noticed that Ansible-lint (v4.3.7) doesn't work anymore since it fails with:
NotImplementedError: an AnsibleCollectionFinder has not been installed in this process.
It is rather obvious that we need to upgrade Ansible-lint to make it work. Still, many different environments should be upgraded, and we need help finding the needed information about Ansible and Ansible-lint compatibility. For now, we found the following facts about the Ansible-lint and Ansible compatibility:
We can't define what that means regarding Ansible, since Ansible-lint and Ansible have different version conventions. What are Ansible's last two major versions in terms of ansible-lint? For example, let's say we will use ansible-lint v5.4.0; what ansible version does it support?
Please tell us if there is any compliance table about this aspect or if opening an issue about it is better.
Beta Was this translation helpful? Give feedback.
All reactions