From 94ea025212ef2a4dbaac738efbb1f88bafccf581 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:56:43 -0800 Subject: [PATCH] Update dependency ansible to v11 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ansible](https://ansible.com/) ([source](https://redirect.github.com/ansible-community/ansible-build-data)) | `10.7.0` -> `11.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/10.7.0/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/10.7.0/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ansible-community/ansible-build-data (ansible) ### [`v11.1.0`](https://redirect.github.com/ansible-community/ansible-build-data/compare/11.0.0...11.1.0) [Compare Source](https://redirect.github.com/ansible-community/ansible-build-data/compare/11.0.0...11.1.0) ### [`v11.0.0`](https://redirect.github.com/ansible-community/ansible-build-data/compare/10.7.0...11.0.0) [Compare Source](https://redirect.github.com/ansible-community/ansible-build-data/compare/10.7.0...11.0.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marinatedconcrete/config). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/Earthfile b/ansible/Earthfile index 7c647f8..a444e92 100644 --- a/ansible/Earthfile +++ b/ansible/Earthfile @@ -8,7 +8,7 @@ WORKDIR /ansible # Linux image with Python + ansible installed ansible: # renovate: datasource=pypi depName=ansible - ARG ANSIBLE_VERSION=10.7.0 + ARG ANSIBLE_VERSION=11.1.0 RUN pip install ansible==$ANSIBLE_VERSION # The above, with the locally defined roles installed