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: I39283d724864230ebd504d662cbfd377a533cdc6changes/24/766224/8
parent
8ef9993786
commit
e4909982d7
|
@ -1,6 +1,6 @@
|
|||
# this is required for the molecule jobs
|
||||
ansi2html
|
||||
ansible
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
|
||||
jinja2>=2.8.0,<3
|
||||
molecule>=3.0,<3.1
|
||||
pytest
|
||||
|
|
Loading…
Reference in New Issue