From ccabb46b37a90f521b2623b82facea2c7c1288f9 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 21 Feb 2020 16:45:51 -0800 Subject: [PATCH] upgrade ansible to latest 2.8 version + bump python version in attempt to get test passing --- .ci/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index cda65013..4a2a0566 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -15,10 +15,10 @@ jobs: Mito27_27: python.version: '2.7' MODE: mitogen - Ans280_27: - python.version: '2.7' + Ans288_37: + python.version: '3.7' MODE: localhost_ansible - VER: 2.8.0 + VER: 2.8.8 - job: Linux