From b919d0774679cbd4bec27f2fff0cf4f36a31d8e7 Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 11 Jul 2023 16:10:06 +0200 Subject: [PATCH] add community.general as required collection for tests --- tests/integration/requirements.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration/requirements.yml b/tests/integration/requirements.yml index 92122fba..c037cca5 100644 --- a/tests/integration/requirements.yml +++ b/tests/integration/requirements.yml @@ -6,6 +6,5 @@ collections: - name: https://github.com/ansible-collections/community.aws.git type: git version: main - - name: https://github.com/ansible-collections/community.crypto.git - type: git - version: main + - community.crypto + - community.general