From 62fcc0731f6e7686d4702444e1e61f0b19ab7f19 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Fri, 25 Sep 2020 18:04:28 +0300 Subject: [PATCH] Pin ansible to 2.9 in ansible-lint deps Change-Id: Icd41452fe002bc8b2dbaa42b8021625ad6a01738 --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: