Restrict ansible install version

This change excludes known broken versions of ansible from being
used in test.

See https://github.com/ansible/ansible/issues/71200

Change-Id: I935c0a752d7d001777ba99f7858875c8d2d48025
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2020-08-11 15:17:26 -05:00
parent 906b09ee37
commit 3ec04b419f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ansible>=2.8 ansible>=2.8,!=2.8.9,!=2.9.12
metalsmith>=0.13.0 # Apache-2.0 metalsmith>=0.13.0 # Apache-2.0
jsonschema # MIT jsonschema # MIT