Pin ansible to 2.9 in ansible-lint deps

Change-Id: Icd41452fe002bc8b2dbaa42b8021625ad6a01738
This commit is contained in:
Sagi Shnaidman 2020-09-25 18:04:28 +03:00
parent 30406bf91f
commit 62fcc0731f
1 changed files with 3 additions and 1 deletions

View File

@ -30,9 +30,11 @@ repos:
types: [file, yaml] types: [file, yaml]
entry: yamllint --strict -f parsable entry: yamllint --strict -f parsable
- repo: https://github.com/ansible/ansible-lint - repo: https://github.com/ansible/ansible-lint
rev: v4.3.1 rev: v4.3.5
hooks: hooks:
- id: ansible-lint - id: ansible-lint
additional_dependencies:
- 'ansible<2.10'
- repo: https://github.com/openstack-dev/bashate.git - repo: https://github.com/openstack-dev/bashate.git
rev: 2.0.0 rev: 2.0.0
hooks: hooks: