chore(deps): update dependency ansible to v9.2.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-01-30 17:03:17 +00:00
parent 1bc6889f56
commit 19484e056d
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:-6.0.3}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.1.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.2.0}"
ENV PY_COLORS=1
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true