From 0b1868f794405a721f1032f969b9b800fc846b4a Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Fri, 17 May 2024 11:50:23 +0300 Subject: [PATCH] Ansible Generated Update. --- .github/workflows/molecule.yml | 4 ++++ .github/workflows/release_drafter.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index cae6971..a50fe3f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -64,6 +64,8 @@ jobs: tag: "rawhide" - image: "docker-molecule-images" tag: "opensuse" + - image: "docker-molecule-images" + tag: "ubuntu_latest" - image: "docker-molecule-images" tag: "focal" - image: "docker-molecule-images" @@ -72,6 +74,8 @@ jobs: tag: "jammy" - image: "docker-molecule-images" tag: "lunar" + - image: "docker-molecule-images" + tag: "noble" steps: - name: Checkout Role uses: actions/checkout@v4 diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 875566b..3c3db61 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -41,7 +41,7 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@master # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: config-name: release-drafter.yml