-
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
ansible-lint fails parsing FQCN roles within subdirectories #4452
Labels
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: