From 5c66ce41c5926921e10783135255525d21bcdbf5 Mon Sep 17 00:00:00 2001 From: Svetlana Shturm Date: Thu, 18 Feb 2021 14:16:15 -0600 Subject: [PATCH] Pin ansible version for development pipeline Change-Id: I7c88aa1eca0023a0bf5ad3eae090164397a82440 --- tools/images/standard-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/images/standard-container/Dockerfile b/tools/images/standard-container/Dockerfile index 13fe2641..69468452 100644 --- a/tools/images/standard-container/Dockerfile +++ b/tools/images/standard-container/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update ;\ apt-get install -y --no-install-recommends \ docker-ce-cli ;\ pip3 install --upgrade wheel ;\ - pip3 install ansible ;\ + pip3 install ansible==2.10.7 ;\ ansible-galaxy collection install community.kubernetes ;\ pip3 install docker ;\ # Install kubectl