Restrict Ansible dependency
This patch adds some version specifiers in the molecule-requirements.txt to restrict to specific Ansible release. Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com> Change-Id: I39283d724864230ebd504d662cbfd377a533cdc6
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# this is required for the molecule jobs
|
# this is required for the molecule jobs
|
||||||
ansi2html
|
ansi2html
|
||||||
ansible
|
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
|
||||||
jinja2>=2.8.0,<3
|
jinja2>=2.8.0,<3
|
||||||
molecule>=3.0,<3.1
|
molecule>=3.0,<3.1
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user