From 6b1c97f6e7b351b7b6013c343f9512474e6c39f2 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 22 May 2023 16:47:10 +0200 Subject: [PATCH] fix:Pin ansible-core version to avoid SSH connectivity issues --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 094a0f1..095443f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ locale-gen && \ pip3 install --upgrade pip && \ pip3 install \ - ansible-core \ + ansible-core~=2.14.0 \ # (jmespath) Dependency for Ansible 'json_query' filter jmespath \ # (netaddr) Dependency for Ansible 'ipaddr' filter