From e81ba764467e36e6824fbcb0d8d887cd79fc4b36 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sat, 21 Feb 2026 02:38:57 +0100 Subject: [PATCH] chore(bootstrap): pin collection versions in requirements.yml --- collections/requirements.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index 7a182e9..749748b 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,16 @@ --- collections: - name: ansible.posix + version: "2.1.0" - name: community.general + version: "12.3.0" - name: community.libvirt + version: "2.0.0" - name: community.crypto + version: "3.1.0" - name: community.proxmox + version: "1.5.0" - name: community.vmware + version: "6.2.0" - name: vmware.vmware + version: "2.7.0"