From 2f4f92836245a5be2985f0ff1d73d6691fef87c0 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:17:29 -0400 Subject: [PATCH] =?UTF-8?q?fix(ansible):=20update=20community.general=20(?= =?UTF-8?q?=209.0.0=20=E2=86=92=209.0.1=20)=20(#3737)?= 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 | |---|---|---|---| | [community.general](https://togithub.com/ansible-collections/community.general) | galaxy-collection | patch | `9.0.0` -> `9.0.1` | --- ### Release Notes
ansible-collections/community.general (community.general) ### [`v9.0.1`](https://togithub.com/ansible-collections/community.general/releases/tag/9.0.1) [Compare Source](https://togithub.com/ansible-collections/community.general/compare/9.0.0...9.0.1) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes.
Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com> --- ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index 94920b2640..8ffe04717f 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -3,6 +3,6 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 9.0.0 + version: 9.0.1 - name: community.sops version: 1.6.7