From 2c4f38f5cb846634070271eb5b96f6036e2d9f14 Mon Sep 17 00:00:00 2001 From: Moritz Seidel Date: Wed, 18 Dec 2024 09:10:38 +0100 Subject: [PATCH] add collections path env for ubuntu 24.04 --- ansible-core/ubuntu2404/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible-core/ubuntu2404/Dockerfile b/ansible-core/ubuntu2404/Dockerfile index 0f55cc1..bd5b665 100644 --- a/ansible-core/ubuntu2404/Dockerfile +++ b/ansible-core/ubuntu2404/Dockerfile @@ -7,6 +7,7 @@ ENV ANSIBLE_CORE_VERSION ${ANSIBLE_CORE_VERSION} ENV ANSIBLE_VERSION ${ANSIBLE_VERSION} ENV ANSIBLE_LINT ${ANSIBLE_LINT} ENV PIPX_BIN_DIR=/usr/local/bin +ENV ANSIBLE_COLLECTIONS_PATHS=/root/.local/share/pipx/venvs/ansible/lib/python3.12/site-packages/ansible_collections # Labels. LABEL maintainer="will@willhallonline.co.uk" \