From 04adf0dcdecbd8f3243e12bb0fba043a3d6e542c Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 6 Nov 2025 20:31:12 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20requirements.y?= =?UTF-8?q?ml=20with=20new=20collection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the list of required collections in the project's configuration file to include the latest version of Proxmox. This change ensures that the project can be properly installed and configured on a Proxmox server. --- collections/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 32a566a..1f64d98 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -2,4 +2,4 @@ --- collections: # Install a collection by name -- name: community.proxmox +- name: community.proxmox \ No newline at end of file