From 26c0f43571306938de8be5571f9a7ec6512a7bb6 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 3 Apr 2023 21:45:11 +0200 Subject: [PATCH] Temporarily pin down community.general collection (#86) There are a couple of bugs in the redhat_subscription module shipped with the community.general 6.5.0 collection, plus it hits old versions of subscription-manager in Fedora. As a short-gap measure to keep things working, pin down the version of community.general to anything lower than 6.5.0. Signed-off-by: Pino Toscano --- meta/collection-requirements.yml | 1 + tests/collection-requirements.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/collection-requirements.yml b/meta/collection-requirements.yml index afc836d7..f8a36a63 100644 --- a/meta/collection-requirements.yml +++ b/meta/collection-requirements.yml @@ -1,3 +1,4 @@ --- collections: - name: community.general + version: "<6.5.0" diff --git a/tests/collection-requirements.yml b/tests/collection-requirements.yml index 86b5d057..e1021e2f 100644 --- a/tests/collection-requirements.yml +++ b/tests/collection-requirements.yml @@ -2,6 +2,7 @@ collections: - name: ansible.posix - name: community.general + version: "<6.5.0" - name: community.mysql - name: community.postgresql - name: fedora.linux_system_roles