Use ansible-core 2.11 for tests

Change-Id: Id0f5ed1b2ccd061bedd231c8cb50ecfe7db55d97
This commit is contained in:
Sagi Shnaidman 2021-08-25 13:29:04 +03:00
parent a784f1a191
commit e745554d51
3 changed files with 4 additions and 2 deletions

View File

@ -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/

View File

@ -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

View File

@ -1,2 +1,2 @@
pbr>=1.6
ansible>=2.8,<2.10
ansible-core<2.12