This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Override the ansible-version and ansible-lint version #128
Unanswered
lbenhartVA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using github action to perform ansible linting before accepting a PR. It seems the previous ability to supply the ansible version and ansible-lint versions has been removed. All the plays we are currently working are locked to ansible version 2.9, as we are locked on RedHat 7 at the moment. This means our plays fail as only the last two versions of ansible are supported in the scanning. How should we progress to continue using ansible 2.9? I tried using the older ansible-community/ansible-lint-action@v4.1.0, but that does not work, not does ansible/ansible-lint-action@v4.1.0. My only choice at this time is to ignore playbooks and only scan the tasks. Suggestions?
Beta Was this translation helpful? Give feedback.
All reactions