Skip to content

Commit

Permalink
Fix up ansible-lint version (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Jan 16, 2025
1 parent 9f7bb44 commit 37ee2b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .azure-pipelines/commands/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

set -o pipefail -eux

# This is aligned with the galaxy-importer used by AH
# https://github.com/ansible/galaxy-importer/blob/d4b5e6d12088ba452f129f4824bd049be5543358/setup.cfg#L22C4-L22C33
# This is aligned with the galaxy-importer used by AH.
# Need to pin to the released tag at.
# https://github.com/ansible/galaxy_ng/blob/master/requirements/requirements.common.txt
#
# The galaxy_ng_commit from can be used to find the specific commit to check.
# https://galaxy.ansible.com/api/
python -m pip install \
'ansible-lint>=6.2.2,<=6.24.0'
'ansible-lint==24.7.0' \
'ansible-compat==24.10.0'

ansible-lint

0 comments on commit 37ee2b1

Please sign in to comment.