-
Notifications
You must be signed in to change notification settings - Fork 660
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
Undefined output when hitting unknown-module #4122
Labels
Comments
ssbarnea
added a commit
that referenced
this issue
May 1, 2024
ssbarnea
added a commit
that referenced
this issue
May 2, 2024
ssbarnea
added a commit
that referenced
this issue
May 2, 2024
ssbarnea
added a commit
that referenced
this issue
May 2, 2024
ssbarnea
added a commit
that referenced
this issue
May 2, 2024
ssbarnea
added a commit
that referenced
this issue
May 2, 2024
ssbarnea
added a commit
that referenced
this issue
May 3, 2024
ssbarnea
added a commit
that referenced
this issue
May 5, 2024
This is a notable change in behavior as from now syntax-errors will no longer prevent the linter from checking other rules in other files. Fixes: #4122
ssbarnea
added a commit
that referenced
this issue
May 6, 2024
This is a notable change in behavior as from now syntax-errors will no longer prevent the linter from checking other rules in other files. Fixes: #4122
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We starting to use ansible-lint on https://github.com/redhatci/ansible-collection-redhatci-ocp repo, however we're hitting a strange issue:
The only difference between the two is a single task in
roles/acm_setup/tasks/main.yml
ln29 where it goes fromk8s_info
(wrong) tocommunity.kubernetes.k8s_info
(right).The logs show all the roles appear to be analyzed, but only 3 failures are reported.
For now, I am FQCN the problematic task and moving ahead, I understand this is a very specific corner case.
Issue Type
OS / ENVIRONMENT
Installing in a GHA like so:
STEPS TO REPRODUCE
I cannot reproduce this in my laptop even with the same source tree much less with a smaller more manageable playbook, seems only GHA env is affected, once again:
Desired Behavior
ansible-lint shows almost 3 thousand violations
Actual Behavior
ansible-lint reports 3 violations
The text was updated successfully, but these errors were encountered: