Skip to content
Snippets Groups Projects
Unverified Commit 02223dfb authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1159 from rjeffman/ci_pin_ansible_lint

upstream CI: Pin ansible-lint version to 6.20 series
parents ee735423 5731a153
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
python-version: "3.x"
- name: Run ansible-lint
run: |
pip install "ansible-core >=2.15,<2.16" ansible-lint
pip install "ansible-core >=2.15,<2.16" 'ansible-lint<6.21'
utils/build-galaxy-release.sh -ki
cd .galaxy-build
ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment