From c9dd36dbc4cf02f20c97ba927d546ce7e9270f8e Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 14 Feb 2020 17:16:54 -0800 Subject: [PATCH] pegging back to ans 2.8 --- 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 9e2e40f9..4d9833a2 100644 --- a/tests/ansible/requirements.txt +++ b/tests/ansible/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.9.4; python_version >= '2.7' +ansible==2.8.0; python_version >= '2.7' ansible<2.7; python_version < '2.7' paramiko==2.3.2 # Last 2.6-compat version. hdrhistogram==0.6.1