From 1384be1251846f53cc54259746b229a0d672b957 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 6 Nov 2025 19:42:02 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20requirements.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the list of required dependencies for the project, removing the community.proxmox collection and adding community.general. --- collections/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index ce967a4..d149bbe 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -3,5 +3,5 @@ collections: # Install a collection by name - name: community.proxmox -# - name: community.general +- name: community.general