-
-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix broken Lint in CI x2.
1 parent
37657b2
commit 3a164a5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3a164a5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linting issue you are experiencing looks to be an result of the latest ansible-linit version that was introduced on the 9th, linting started failing after that date for me coincidentally
https://pypi.org/project/ansible-lint/ version 5.0.0
I managed to get around the issue by using the previous version "ansible-lint==4.3.7" .
I believe something changed in the latest version and is causing workflows to break, just not sure what exactly
3a164a5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, right now I'm pausing work trying to get lints fixed in my roles until I can see what the outcome of ansible/ansible-lint#1150 will be. If a 5.0.1 will fix this with no intervention (besides making sure ansible-base is installed), I'd like to go that route.