From 58ec4f8d4b4d2a0714462466a95060f844530f1a Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sun, 6 Oct 2024 16:07:19 +0200 Subject: [PATCH] Add requirement for community.general. --- collections/requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index ef10f64..6fdf666 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -8,3 +8,6 @@ collections: - name: ansible.posix version: 1.5.4 source: https://galaxy.ansible.com + - name: community.general + version: 4.8.11 + source: https://galaxy.ansible.com