Skip to content

Commit

Permalink
Merge pull request #50 from systemli/feat/debian12
Browse files Browse the repository at this point in the history
Add support for debian12
  • Loading branch information
doobry-systemli authored Nov 17, 2023
2 parents 2a88737 + 2dc44c2 commit 1493bd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/[email protected].0
uses: systemli/github-ansible-workflow/.github/workflows/[email protected].3
with:
distros: '[ "debian11", "debian10" ]'
distros: '[ "debian12", "debian11" ]'
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ galaxy_info:
platforms:
- name: Debian
versions:
- stretch
- buster
- bullseye
- bookworm
dependencies:
- role: geerlingguy.nodejs
when: mumble_web
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ driver:
provider:
name: virtualbox
platforms:
- name: bullseye64
box: debian/bullseye64
- name: bookworm64
box: debian/bookworm64
provisioner:
name: ansible
become: True
Expand Down

0 comments on commit 1493bd5

Please sign in to comment.