Skip to content
Snippets Groups Projects
Commit d2e0cad9 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Bump minimum ansible-lint version to 6.22

By the first quarter of 2024, all collections must pass ansible-lint
tests run with version 6.22.x. This PR ensure that all ansible-freeipa
tests depending on ansible-lint use a valid version of it.
parent 9c735939
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Run ansible-lint - name: Run ansible-lint
run: | run: |
pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.21' pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.22'
utils/build-galaxy-release.sh -ki utils/build-galaxy-release.sh -ki
cd .galaxy-build cd .galaxy-build
ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor
......
...@@ -7,4 +7,4 @@ pylint==2.17.2 ...@@ -7,4 +7,4 @@ pylint==2.17.2
wrapt==1.14.1 wrapt==1.14.1
pydocstyle==6.3.0 pydocstyle==6.3.0
yamllint==1.32.0 yamllint==1.32.0
ansible-lint ansible-lint >= 6.22
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment