From c4b4514245fc23f3f37dc72eab9d0f3f1d650878 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Jul 2024 13:16:29 +0200 Subject: [PATCH] chore(deps): update dependency ansible-role-bootstrap to v7 (#124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible-role-bootstrap](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap) | role | major | `6.2.7` -> `7.0.2` | --- ### Release Notes
ansible-role-mirrors/ansible-role-bootstrap (ansible-role-bootstrap) ### [`v7.0.2`](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/7.0.1...7.0.2) [Compare Source](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/7.0.1...7.0.2) ### [`v7.0.1`](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/7.0.0...7.0.1) [Compare Source](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/7.0.0...7.0.1) ### [`v7.0.0`](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/6.2.7...7.0.0) [Compare Source](https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap/compare/6.2.7...7.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 is behind base branch, 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://git.mgrote.net/mg/homeserver/pulls/124 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index 26923a95..77c0ce43 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -10,7 +10,7 @@ collections: roles: - name: ansible-role-bootstrap src: git+https://git.mgrote.net/ansible-role-mirrors/ansible-role-bootstrap - version: "6.2.7" + version: "7.0.2" - name: ansible-ufw src: git+https://git.mgrote.net/ansible-role-mirrors/ansible-ufw version: "v4.1.13"