Skip to content
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

ci: drop workaround for ansible-lint action bug #84

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

ptoscano
Copy link
Collaborator

There was a bug [1] in the ansible-lint action that made its "working_directory" parameter not working as expected. This was fixed in v6.22.1 [2].

Since we use the "v6" tag, which points to the latest version of ansible-lint 6.x, the fixed action should be used already. Hence, drop the workaround step.

[1] ansible/ansible-lint#3905
[2] https://github.com/ansible/ansible-lint/releases/tag/v6.22.1

There was a bug [1] in the ansible-lint action that made its
"working_directory" parameter not working as expected. This was fixed in
v6.22.1 [2].

Since we use the "v6" tag, which points to the latest version of
ansible-lint 6.x, the fixed action should be used already. Hence, drop
the workaround step.

[1] ansible/ansible-lint#3905
[2] https://github.com/ansible/ansible-lint/releases/tag/v6.22.1

Signed-off-by: Pino Toscano <[email protected]>
Copy link
Collaborator

@ahitacat ahitacat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ahitacat ahitacat merged commit f2769f1 into master Nov 30, 2023
8 checks passed
@ptoscano ptoscano deleted the ptoscano/ci-fixed-ansible-list branch November 30, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants