From 1d779c29f93485bffe95844f9e011cbb29885818 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 6 Nov 2025 20:43:10 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20dependencies?= =?UTF-8?q?=20in=20requirements.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new dependency to the project, specifically the Proxmox collection. This change will enable the use of Proxmox as a collection in our project. --- collections/{0requirements.yml => requirements.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename collections/{0requirements.yml => requirements.yml} (51%) diff --git a/collections/0requirements.yml b/collections/requirements.yml similarity index 51% rename from collections/0requirements.yml rename to collections/requirements.yml index 9bfb185..1f64d98 100644 --- a/collections/0requirements.yml +++ b/collections/requirements.yml @@ -1,5 +1,5 @@ # requirements.yml -# --- -# collections: +--- +collections: # Install a collection by name -# - name: community.proxmox \ No newline at end of file +- name: community.proxmox \ No newline at end of file