chore(deps): update dependency ansible to v9.4.0 (#369)
ci/woodpecker/push/build-container Pipeline is running Details
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/docs unknown status Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #369
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-03-28 12:42:52 +01:00 committed by Robert Kaussow
parent 13bd3b17e0
commit 7393f5e84d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ARG MOLECULE_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${MOLECULE_VERSION:-24.2.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.3.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.4.0}"
ENV PY_COLORS=1
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true