From a29e9d51e9793107452ab99e9f9516177476ae51 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Apr 2023 17:27:13 -0500 Subject: [PATCH 1/2] Fix Molecule CI workflow since docker plugin has moved. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a22d23..f877319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install ansible molecule[docker] docker + run: pip3 install ansible molecule molecule-plugins[docker] docker - name: Run Molecule tests. run: molecule test From 635061e0a44e94e7c855f45f96364f98af645fc9 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 23 Jun 2023 10:56:08 -0500 Subject: [PATCH 2/2] Remove official support for RHEL. Rocky/Alma/Stream support is best-effort. --- meta/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index edc5f8e..6bed80d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -7,12 +7,8 @@ galaxy_info: description: Docker for Linux. company: "Midwestern Mac, LLC" license: "license (BSD, MIT)" - min_ansible_version: 2.4 + min_ansible_version: 2.10 platforms: - - name: EL - versions: - - 7 - - 8 - name: Fedora versions: - all