From 2ac4e23a72bc528cf9e0f9a1556f4a6113ec223f Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 24 Oct 2023 09:00:41 +0100 Subject: [PATCH] updated collections due to galaxy changes Signed-off-by: Mark Bolwell --- collections/requirements.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 4a418efa..8ebc6180 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,8 +1,14 @@ --- collections: -- name: community.general + - name: community.general + source: https://github.com/ansible-collections/community.general + type: git -- name: community.crypto + - name: community.crypto + source: https://github.com/ansible-collections/community.crypto + type: git -- name: ansible.posix + - name: ansible.posix + source: https://github.com/ansible-collections/ansible.posix + type: git