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
This commit is contained in:
Julia Kreger 2018-03-23 16:44:27 -07:00
parent c1504da6c4
commit b8725e5d2b
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