From 7b0cf14ca4ded10e102786d9d6a41a8251cc4d73 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 17 Feb 2016 12:32:02 -0700 Subject: [PATCH] Use ansible >= 2.0 Signed-off-by: Zack Cerza --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5