Update ansible-lint version

Change-Id: Ic738d717b4364c3fa67ccab1f7d171a8ea81cd03
This commit is contained in:
Dmitriy Rabotyagov 2022-01-10 14:54:43 +02:00
parent a67fd5e4c5
commit 0ca4ddf578
2 changed files with 2 additions and 3 deletions

View File

@ -116,8 +116,7 @@ if [[ "${ACTION}" == "varstest" ]]; then
elif [[ "${ACTION}" == "linters" ]]; then
pushd "${OSA_CLONE_DIR}"
# Install linter tools
# TODO(noonedeadpunk): Drop rich with ansible-lint bump, bug closed with https://github.com/ansible-community/ansible-lint/pull/1797
${PIP_COMMAND} install --isolated ${PIP_OPTS} -r ${OSA_CLONE_DIR}/test-requirements.txt 'rich>=9.5.1,<11.0.0'
${PIP_COMMAND} install --isolated ${PIP_OPTS} -r ${OSA_CLONE_DIR}/test-requirements.txt
# Disable Ansible color output
export ANSIBLE_NOCOLOR=1
# Create ansible logging directory

View File

@ -11,4 +11,4 @@ virtualenv>=14.0.6 # MIT
# once we stop doing linters check for the integrated repo with
# openstack-ansible-tests/test-ansible-lint.sh
flake8==3.8.3 # MIT
ansible-lint==5.0.10 # MIT
ansible-lint==5.3.2 # MIT