chore(deps): update dependency ansible to v3.2.0 (#37)
continuous-integration/drone/push Build is passing Details

chore(deps): update dependency ansible to v3.2.0

Reviewed-on: docker/molecule#37
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2021-04-02 17:25:59 +02:00 committed by Robert Kaussow
parent 7b6ebdfb23
commit 3e4eeb92ca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.3.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.1.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.2.0}"
ENV PY_COLORS=1
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true