Exclude Ansible 2.5 from driver-reqs

Ansible 2.5 appears to be incompaible with the current
ansible driver interface. Until we've sorted it out,
we should block >=2.5.0 from being installed.

Related-Bug: #1758462

Change-Id: I9c3b2528f8da28554e3eb4e03528517a6c6c326f
(cherry picked from commit b8725e5d2b)
This commit is contained in:
Julia Kreger 2018-03-23 16:44:27 -07:00 committed by Dmitry Tantsur
parent 2d03be1c44
commit ef08927147
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ ImcSdk>=0.7.2
sushy
# Ansible-deploy interface
ansible>=2.4
ansible>=2.4,<2.5.0