lint tools: bump code verification tools versions

Bump version of ansible-lint, Flake8, Pylint and yamllint to newer
versions as used in Ansible tests.
This commit is contained in:
Rafael Guterres Jeffman
2024-03-22 11:47:09 -03:00
parent 8f8a16f815
commit 0d48da060d
3 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ jobs:
python-version: "3.x"
- name: Run ansible-lint
run: |
pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.22'
pip install "ansible-core>=2.16,<2.17" 'ansible-lint==6.22'
utils/build-galaxy-release.sh -ki
cd .galaxy-build
ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor