-
Notifications
You must be signed in to change notification settings - Fork 664
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
updating ansible-lint 24.2.2 to 24.6.0 - No module named 'ansible.plugin_utils' no other changes except the update #4208
Comments
Please provide some code to reproduce it. AFAIK, these can happen with incorrectly installed collections or bugs from their own code. You need to be aware that there is no import from "plugin_utils" inside linter, that is likely a module from a collection that is not compatible with version of ansible intalled. |
I'm not sure if this is a bug in ansible-lint or elsewhere but I'm seeing similar errors. Here's the output of a verbose run:
You can reproduce it will a small playbook like this:
|
Summary
updating ansible-lint 24.2.2 to 24.6.0 now warns me this:
Ignored exception from ArgsRule.matchtasks while processing roles/base/tasks/windows.yml (tasks): No module named 'ansible.plugin_utils'
Issue Type
OS / ENVIRONMENT
STEPS TO REPRODUCE
n/a
The text was updated successfully, but these errors were encountered: