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:
Kevin Carter 2020-08-11 15:17:26 -05:00 committed by Emilien Macchi
parent 47bafccefe
commit fa03072a85
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ansible>=2.8
ansible>=2.8,!=2.8.9,!=2.9.12