Use ansible-core 2.11 for tests
Change-Id: Id0f5ed1b2ccd061bedd231c8cb50ecfe7db55d97
This commit is contained in:
parent
a784f1a191
commit
e745554d51
@ -4,3 +4,5 @@ skip_list: # or 'skip_list' to silence them completely
|
||||
- package-latest # Package installs should not use latest
|
||||
- role-name # Role name {0} does not match ``^[a-z][a-z0-9_]+$`` pattern
|
||||
|
||||
exclude_paths:
|
||||
- zuul.d/
|
||||
|
@ -2,5 +2,5 @@
|
||||
# to licensing conflicts. But we sill need to be able to pull them in for
|
||||
# lint checks and want to document these as ansible specific things that may
|
||||
# be required for this repository.
|
||||
ansible>=2.8,<2.10
|
||||
ansible-core<2.12
|
||||
ansible-lint
|
||||
|
@ -1,2 +1,2 @@
|
||||
pbr>=1.6
|
||||
ansible>=2.8,<2.10
|
||||
ansible-core<2.12
|
||||
|
Loading…
Reference in New Issue
Block a user