From 90f40ada6c574723dc226ac5d9abd5f319f3e115 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sat, 31 Oct 2020 20:30:17 -0700 Subject: [PATCH] try vanilla ansible 2.10 on Mac --- .ci/azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 61894b53..7432613d 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -22,6 +22,13 @@ jobs: MODE: localhost_ansible VER: 2.10.0 + # NOTE: this hangs when ran in Ubuntu 18.04 + Vanilla_210_27: + python.version: '2.7' + MODE: localhost_ansible + VER: 2.10.0 + STRATEGY: linear + - job: Linux pool: @@ -98,13 +105,6 @@ jobs: #DISTROS: debian #STRATEGY: linear - Vanilla_210_27: - python.version: '2.7' - MODE: ansible - VER: 2.10.0 - DISTROS: debian - STRATEGY: linear - Ansible_210_27: python.version: '2.7' MODE: ansible