diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e85f8351..3662e41be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,9 +30,11 @@ repos: types: [file, yaml] entry: yamllint --strict -f parsable - repo: https://github.com/ansible/ansible-lint - rev: v4.3.1 + rev: v4.3.5 hooks: - id: ansible-lint + additional_dependencies: + - 'ansible<2.10' - repo: https://github.com/openstack-dev/bashate.git rev: 2.0.0 hooks: