From 8527a4a4ad9424ef40fd2c5ebbeb4ce3ffad9d72 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 7 Dec 2025 22:19:02 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20additional=20Ansible?= =?UTF-8?q?=20collections=20to=20requirements.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collections/requirements.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 1f64d98..f6a0417 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -2,4 +2,7 @@ --- collections: # Install a collection by name -- name: community.proxmox \ No newline at end of file +- name: community.proxmox +- name: community.general +- name: community.docker +- name: community.windows \ No newline at end of file