From: Zack Cerza Date: Wed, 17 Feb 2016 19:32:02 +0000 (-0700) Subject: Use ansible >= 2.0 X-Git-Tag: 1.1.0~583^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7b0cf14ca4ded10e102786d9d6a41a8251cc4d73;p=teuthology.git Use ansible >= 2.0 Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 81494ead3c..5945b0b741 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( 'pytest-capturelog', 'mock', 'fudge', - 'ansible==1.9.2', + 'ansible>=2.0', 'pyopenssl>=0.13', 'ndg-httpsclient', 'pyasn1',