Use ansible-core 2.11 for operators tests

Change-Id: Ide7764902b0e44fc4795616ff5817440d15e0a64
This commit is contained in:
Sagi Shnaidman 2021-08-25 13:28:22 +03:00 committed by Alex Schultz
parent 8f42bea9b0
commit f4f1a3b618
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@ stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
ruamel.yaml
pre-commit # MIT
ansible>=2.8
ansible-core<2.12
# this is required for the docs build jobs
sphinx>=2.0.0,!=2.1.0 # BSD

View File

@ -1,4 +1,4 @@
ansible>=2.9,<2.10
ansible-core<2.12
# molecule also has optional extras: docker, podman
molecule[test]>=3.5.0,<3.6 # MIT
oslotest

View File

@ -3,7 +3,7 @@ stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
ruamel.yaml
pre-commit # MIT
ansible>=2.8,<2.10
ansible-core<2.12
# this is required for the docs build jobs
sphinx>=2.0.0,!=2.1.0 # BSD