Run CI with Ansible 2.11 (extras)
Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/769480 Change-Id: I1669faf68853e75ef36a87feb5f1c083d15da804
This commit is contained in:
parent
0610a8875a
commit
dbd36eebc7
@ -38,7 +38,7 @@ repos:
|
|||||||
# plugins is the standard collection dir for modules
|
# plugins is the standard collection dir for modules
|
||||||
entry: env ANSIBLE_LIBRARY=plugins ansible-lint --force-color -p -v
|
entry: env ANSIBLE_LIBRARY=plugins ansible-lint --force-color -p -v
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- 'ansible<2.10'
|
- 'ansible-core>=2.11,<2.12'
|
||||||
- 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:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ansible<2.10
|
ansible-core>=2.11,<2.12
|
||||||
ansi2html # GPL (soft-dependency of pytest-html)
|
ansi2html # GPL (soft-dependency of pytest-html)
|
||||||
docker
|
docker
|
||||||
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
|
paramiko>=2.5.0 # LGPL (soft-dependency of docker that enables ssh protocol)
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
pbr>=1.6
|
|
||||||
ansible==2.0.0
|
|
Loading…
Reference in New Issue
Block a user