From 8130783d5b89d2925e34bf9e775827c2cc666eef Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 10 Nov 2016 11:10:33 -0700 Subject: [PATCH] Revert "Pin ansible to <2.2.0" This reverts commit f2576e7a719a129a3c8be603bd9993d2b1ec94f2. We finally heeded all the deprecation warnings. Signed-off-by: Zack Cerza --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3