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:
parent
906b09ee37
commit
3ec04b419f
@ -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