chore(deps): update dependency ansible to v9.4.0
ci/woodpecker/pr/build-package Pipeline was successful Details
ci/woodpecker/pr/build-container Pipeline was successful Details
ci/woodpecker/pr/docs Pipeline was successful Details

This commit is contained in:
Renovator Bot 2024-03-27 17:03:57 +00:00
parent 13bd3b17e0
commit b513eb983f
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