Skip to content

Commit

Permalink
Ansible Generated Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed May 17, 2024
1 parent d48f9b5 commit b5a008a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "latest"
- image: "docker-molecule-images"
tag: "alpine-openrc"
- image: "docker-molecule-images"
tag: "amazonlinux2023"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
Expand All @@ -70,6 +70,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"
Expand All @@ -78,6 +80,8 @@ jobs:
tag: "jammy"
- image: "docker-molecule-images"
tag: "lunar"
- image: "docker-molecule-images"
tag: "noble"
steps:
- name: Checkout Role
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a008a

Please sign in to comment.