democratech / 2022

4 stars 2 forks source link

Fix the versions of ansible and ansible-lint in the ansible-lint GitHub Action #56

Open jerome-caucat opened 3 years ago

jerome-caucat commented 3 years ago

The versions of ansible and ansible-lint in our ansible-lint GitHub Action could not be fixed at the moment because of a bug in the dependency ansible-lint-action#41.

As soon as ansible-lint-action#41 is fixed we should explicitly set the versions of ansible and ansible-lint we are using.

JMLX42 commented 3 years ago

@jerome-caucat apparently there is a fork with the fix merged: https://github.com/ansible/ansible-lint-action/issues/41#issuecomment-782185697

jerome-caucat commented 3 years ago

I looked at the diff, it looks OK, changes concerns:

I'll open a PR to switch to this fork and fix the versions of ansible and ansible-lint.