From 216473293334c226de2ced44cccd4fd31bd0c557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:11:42 +0000 Subject: [PATCH] chore(deps): update dependency ansible to v14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e50ee20..8bb8f86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG OPENTOFU_VERSION=1.11.3 # renovate-gh-tag: depName=cli/cli ARG GITHUB_CLI_VERSION=2.85.0 # renovate-pypi: depName=ansible -ARG ANSIBLE_VERSION=13.2.0 +ARG ANSIBLE_VERSION=14.0.0 ENV DEBIAN_FRONTEND=noninteractive ENV OVHCLOUD_CLI_VERSION=${OVHCLOUD_CLI_VERSION}