-
Notifications
You must be signed in to change notification settings - Fork 684
ansible-lint fails parsing FQCN roles within subdirectories #4452
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
Comments
maybe its the same cause as #4398 where the problem seems to be something with the underscore in the module name.. |
+1 we have the exact same issue.. |
Please check against latest release: v24.12.2, the other ones were yanked. |
same issue with ansible-lint-24.12.2 |
Can also replicate on 24.12.2.dev0 |
Same issue with 24.12.2 |
Still an issue with v25.1.0 😕 |
still an issue with v.25.1.2 😔 |
I mistakenly rejected a certified collection based on this problem, so just my +1 for getting a fix for it :-) |
Uh oh!
There was an error while loading. Please reload this page.
Summary
ansible-lint fails to parse a role specified in the FQCN format that includes a subdirectory (e.g.,
my_namespace.my_collection.my_role.subdir
), resulting in the following error:Issue Type
OS / ENVIRONMENT
STEPS TO REPRODUCE
Example playbook:
Desired Behavior
ansible-lint should correctly parse roles in the FQCN format with subdirectories.
Actual Behavior
The text was updated successfully, but these errors were encountered: