From 371f0a66572332e6d799ba2bb56296996b9988e2 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 6 Sep 2020 14:05:45 -0700 Subject: [PATCH] ansible 2.10 installed in python 2.7.16 locally, see if it's the python version or pip that's the issue --- .ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index fff7d4f1..7a1fa1fc 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -102,7 +102,7 @@ jobs: #STRATEGY: linear Ansible_210_27: - python.version: '2.7' + python.version: '2.7.18' MODE: ansible VER: git+https://github.com/ansible/ansible.git@v2.10.0