From 167d0eff32bcfc5315f7ba0a0898bb7615ed7e03 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 27 May 2019 23:57:47 +0100 Subject: [PATCH] azure: try enabling Ansible 2.8/Py3.5 job --- .ci/azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 588a3b8f..ef344bba 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -88,8 +88,14 @@ jobs: #DISTROS: debian #STRATEGY: linear - Vanilla_280_27: + Ansible_280_27: python.version: '2.7' MODE: ansible VER: 2.8.0 DISTROS: debian + + Ansible_280_35: + python.version: '3.5' + MODE: ansible + VER: 2.8.0 + DISTROS: debian