From 9f0935bcfaf4626c05554b7dae5ef882ced3beb1 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 13 Oct 2024 14:08:41 +0000 Subject: [PATCH] chore(deps): update dependency ansible to v10.5.0 (#17) Reviewed-on: https://gitea.rknet.org/container/ansible-dev-tools/pulls/17 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 5695f93..89dc804 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -18,7 +18,7 @@ ARG USER=root # renovate: datasource=pypi depName=molecule ENV MOLECULE_VERSION="${MOLECULE_VERSION:-24.8.0}" # renovate: datasource=pypi depName=ansible -ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.4.0}" +ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.5.0}" # renovate: datasource=pypi depName=ansible-lint ENV ANSIBLE_LINT_VERSION="${ANSIBLE_LINT_VERSION:-24.9.2}"