From bec2aa826346e10256f3b5960f42b3aa503a5190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:58:39 +0000 Subject: [PATCH] Update dependency ansible to v13.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa93492..e58eaa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:26.04 ENV DEBIAN_FRONTEND=noninteractive # renovate: datasource=pypi depName=ansible -ARG ANSIBLE_VERSION=13.6.0 +ARG ANSIBLE_VERSION=13.7.0 RUN \ apt-get update && \