Merge "Pin ansible to 2.9 in ansible-lint deps"

This commit is contained in:
Zuul 2020-09-25 17:04:44 +00:00 committed by Gerrit Code Review
commit 706cb2d5d8
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: