Drop ansible-core pin from requirements

We test latest ansible with scenario jobs, there is
more problems than benifits of pinning ansible in
moleclule jobs.

Change-Id: If75c896b05131ced3ef4d0b71686e66e1271fd88
This commit is contained in:
rabi 2022-11-15 09:12:01 +05:30 committed by Takashi Kajinami
parent c0fbc1b281
commit 7baae8e14f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ansible-core<2.12.0
ansible-core
metalsmith>=1.4.0 # Apache-2.0
importlib-metadata
jsonschema # MIT

View File

@ -1,5 +1,5 @@
# this is required for the docs build jobs
ansible-core<2.12.0
ansible-core
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0

View File

@ -15,7 +15,7 @@ ruamel.yaml
netaddr
jinja2
ansible-core<2.12.0
ansible-core
# Upstream requirements from constraints.txt
tripleo-common