From f2576e7a719a129a3c8be603bd9993d2b1ec94f2 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 1 Nov 2016 11:15:31 -0600 Subject: [PATCH] Pin ansible to <2.2.0 Until we fix the deprecations Signed-off-by: Zack Cerza --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f60821508..e7fd0ec6cf 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', -- 2.39.5