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:
Gael Chamoulaud (Strider) 2020-12-09 14:50:28 +01:00
parent 8ef9993786
commit e4909982d7
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
1 changed files with 1 additions and 1 deletions

View File

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