From: Zack Cerza Date: Thu, 10 Nov 2016 18:10:33 +0000 (-0700) Subject: Revert "Pin ansible to <2.2.0" X-Git-Tag: 1.1.0~501^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F981%2Fhead;p=teuthology.git Revert "Pin ansible to <2.2.0" This reverts commit f2576e7a719a129a3c8be603bd9993d2b1ec94f2. We finally heeded all the deprecation warnings. Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index e7fd0ec6..4f608215 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'pytest-capturelog', 'mock', 'fudge', - 'ansible<2.2.0', + 'ansible>=2.0', 'pyopenssl>=0.13', 'ndg-httpsclient', 'pyasn1',