core: upgrade ansible to use 2.20.X

This commit is contained in:
DerLinkman
2026-05-12 19:45:29 +02:00
parent f8a5505047
commit cef71dcd1b
+1 -1
View File
@@ -1,7 +1,7 @@
FROM debian:trixie-slim
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Berlin
ENV ANSIBLE_MAJOR_VERSION=2.18
ENV ANSIBLE_MAJOR_VERSION=2.20
ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN apt update && apt install -y --no-install-recommends \