From 7750ab3bff8bff1de25943b7ddf1bd21821a46f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:16:53 +0000 Subject: [PATCH] Update dependency ansible to v9.4.0 --- ansible/Earthfile | 2 +- devcontainer/features/src/ansible/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/Earthfile b/ansible/Earthfile index 4763c66..4d78d0c 100644 --- a/ansible/Earthfile +++ b/ansible/Earthfile @@ -8,7 +8,7 @@ WORKDIR /ansible # Linux image with Python + ansible installed ansible: # renovate: datasource=pypi depName=ansible - ARG ANSIBLE_VERSION=9.3.0 + ARG ANSIBLE_VERSION=9.4.0 RUN pip install ansible==$ANSIBLE_VERSION # The above, with the locally defined roles installed diff --git a/devcontainer/features/src/ansible/requirements.txt b/devcontainer/features/src/ansible/requirements.txt index 40bcd2c..28687d7 100644 --- a/devcontainer/features/src/ansible/requirements.txt +++ b/devcontainer/features/src/ansible/requirements.txt @@ -1,3 +1,3 @@ # pip requirements -ansible==9.3.0 +ansible==9.4.0 kubernetes==29.0.0 \ No newline at end of file