From de114be821e65494a53c06af360dfdea370c240d Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Tue, 18 Feb 2020 17:41:52 -0800 Subject: [PATCH] try and bump ansible to the latest 2.8 version to try and fix tests --- 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 4d9833a2..3fd6a0ca 100644 --- a/tests/ansible/requirements.txt +++ b/tests/ansible/requirements.txt @@ -1,4 +1,4 @@ -ansible==2.8.0; python_version >= '2.7' +ansible==2.8.8; python_version >= '2.7' ansible<2.7; python_version < '2.7' paramiko==2.3.2 # Last 2.6-compat version. hdrhistogram==0.6.1