From debf7b20847f994756d4f1a657b0ce7ffadd38e2 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 6 Jul 2021 09:22:20 +0200 Subject: [PATCH] chore(deps): update dependency ansible to v4.2.0 (#63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible](https://ansible.com/) ([source](https://github.com/ansible/ansible)) | minor | `4.1.0` -> `4.2.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/molecule/pulls/63 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e1058f..783abcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG BUILD_VERSION # renovate: datasource=pypi depName=molecule ENV MOLECULE_VERSION="${BUILD_VERSION:-3.3.4}" # renovate: datasource=pypi depName=ansible -ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.1.0}" +ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.2.0}" ENV PY_COLORS=1 ENV CARGO_NET_GIT_FETCH_WITH_CLI=true