Upper constraint ansible to fix library

Library got broken after recent release of ansible:
https://github.com/ansible/ansible/releases/tag/v2.4.0.0-1

Change-Id: I984a9b0ce7cf62528d197470bef0b81a428815c7
This commit is contained in:
Boris Pavlovic 2017-09-19 16:50:34 -07:00 committed by Boris Pavlovic
parent 44b2593266
commit 9fa62bea7e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
pbr>=2.0.0 # Apache-2.0
ansible>=2.2
ansible>=2.2,<2.4.0
appdirs>=1.3.0 # MIT License
click>=6.7 # BSD
iso8601>=0.1.11 # MIT