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>
(cherry picked from commit 3ec04b419f
)
This commit is contained in:
parent
8880a71f13
commit
559ee2cb88
@ -1,3 +1,3 @@
|
||||
ansible>=2.8
|
||||
ansible>=2.8,!=2.8.9,!=2.9.12
|
||||
metalsmith>=0.13.0 # Apache-2.0
|
||||
jsonschema # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user