From 512eca3191e08223155aa4e25e9ab6b365519d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 17:56:46 +0000 Subject: [PATCH 1/4] Bump robertdebock/molecule-action from 5.0.2 to 5.0.3 Bumps [robertdebock/molecule-action](https://github.com/robertdebock/molecule-action) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/robertdebock/molecule-action/releases) - [Commits](https://github.com/robertdebock/molecule-action/compare/5.0.2...5.0.3) --- updated-dependencies: - dependency-name: robertdebock/molecule-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 47accf6..a45440f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -15,4 +15,4 @@ jobs: path: "${{ github.repository }}" - name: Test - uses: robertdebock/molecule-action@5.0.2 + uses: robertdebock/molecule-action@5.0.3 From 4135ce1fb645da76fd840156afd25713ac3d8e33 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 20 Oct 2023 15:09:14 +0100 Subject: [PATCH 2/4] Use the right module See https://dailystuff.nl/blog/2023/switch-to-molecule-plugins --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87bf351..c745c48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ molecule -molecule-docker +molecule-plugins[docker] pytest-testinfra ansible-lint From 88f0bc001e617ae4376dbb26a4d5faf9bf37d642 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Mon, 23 Oct 2023 09:16:33 +0100 Subject: [PATCH 3/4] Try moving to higher version --- .github/workflows/molecule.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a45440f..dbdee99 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -15,4 +15,5 @@ jobs: path: "${{ github.repository }}" - name: Test - uses: robertdebock/molecule-action@5.0.3 + uses: robertdebock/molecule-action@6.0.0 + From 6d183b31dd01937b9ebe7bae28f454ea034efb89 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Tue, 24 Oct 2023 15:49:21 +0100 Subject: [PATCH 4/4] Test with ubuntu latest --- .github/workflows/molecule.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index dbdee99..ce7d131 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -16,4 +16,6 @@ jobs: - name: Test uses: robertdebock/molecule-action@6.0.0 - + with: + image: "ubuntu" + tag: "latest"