From e85720f4d5cdff59d952eae67ec6bf85702a10ba Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 14 Feb 2020 12:55:42 -0800 Subject: [PATCH] peg to a previously-passing ansible version --- tests/ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/requirements.txt b/tests/ansible/requirements.txt index 47ed9abb..bed4ea02 100644 --- a/tests/ansible/requirements.txt +++ b/tests/ansible/requirements.txt @@ -1,4 +1,4 @@ -ansible; python_version >= '2.7' +ansible==2.8.3; python_version >= '2.7' ansible<2.7; python_version < '2.7' paramiko==2.3.2 # Last 2.6-compat version. hdrhistogram==0.6.1