From 292e28705706f834e2864c410165dc46d7ff0649 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 29 Feb 2024 18:50:28 -0500 Subject: [PATCH] Update requirements.yml to pin specific version of collections; AAP is still hanging on collection fetch --- requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.yml b/requirements.yml index 30bbf87..b07d1e4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -8,6 +8,9 @@ collections: # Galaxy Collections - name: community.general + version: 8.4.0 + - name: ansible.posix + version: 1.5.4 ... -- 2.47.1