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

fix: add missing jmespath dependency to ansible action #94

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

tomaspalma
Copy link
Member

Closes #91

I tried many things with the ansible-lint action and none seemed to work:

  • Specified the requirements.yml file to the "requirements" parameter of the action just in case
  • Installed jmespath dependencies before using the action

None of that worked, so I decided to experiment installing ansible-lint and it worked, without complaining about a missing dependency that was in fact installed.

@tomaspalma tomaspalma self-assigned this Dec 30, 2024
@tomaspalma tomaspalma requested a review from a team December 30, 2024 22:45
Copy link
Member

@limwa limwa left a comment

Choose a reason for hiding this comment

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

Thank you!

@limwa limwa merged commit 69d1708 into main Dec 31, 2024
4 checks passed
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.

Fix ansible-lint action
3 participants