From: Zack Cerza Date: Tue, 1 Nov 2016 17:15:31 +0000 (-0600) Subject: Pin ansible to <2.2.0 X-Git-Tag: 1.1.0~513 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f2576e7a719a129a3c8be603bd9993d2b1ec94f2;p=teuthology.git Pin ansible to <2.2.0 Until we fix the deprecations Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 4f6082150..e7fd0ec6c 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'pytest-capturelog', 'mock', 'fudge', - 'ansible>=2.0', + 'ansible<2.2.0', 'pyopenssl>=0.13', 'ndg-httpsclient', 'pyasn1',