Restrict Ansible dependency

This patch adds some version specifiers in the molecule-requirements.txt
to restrict to specific Ansible release.

Change-Id: I851a4ef202694611b0e004de7ade592594f1a078
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-12-09 15:01:55 +01:00
parent ba5db95b09
commit 775f74b069
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,5 +1,5 @@
# this is required for the molecule jobs
ansible
ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0
ansi2html
pytest
pytest-cov