Merge pull request 'Update dependency ansible to v2.10.4' (#11) from renovate/ansible-2.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: docker/molecule#11
This commit is contained in:
Robert Kaussow 2020-12-02 16:48:28 +01:00
commit d08c2024cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-2.10.3}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-2.10.4}"
ENV PY_COLORS=1 \
ANSIBLE_FORCE_COLOR=true \