From 8ca44a90954ae0d8bf2b8497b490ef2a410bb3bc Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 20 Nov 2023 10:31:28 +0300 Subject: [PATCH] Update molecule.yml --- .github/workflows/molecule.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 61b2794..4e13d94 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -47,8 +47,6 @@ jobs: tag: "8" - image: "enterpriselinux" tag: "latest" - - image: "debian-systemd" - tag: "latest" - image: "debian-systemd" tag: "bullseye" - image: "fedora-systemd" @@ -63,8 +61,6 @@ jobs: tag: "focal" - image: "docker-ubuntu-systemd" tag: "bionic" - - image: "docker-ubuntu-systemd" - tag: "lunar" steps: - name: checkout uses: actions/checkout@v4