Skip to content

Commit

Permalink
Merge pull request #60 from systemli/enh/debian12
Browse files Browse the repository at this point in the history
Add support for debian12 (and debian11), remove debian10/9
  • Loading branch information
doobry-systemli authored Aug 4, 2023
2 parents 8fd180b + d99dc67 commit a16c14d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
distros: '[ "debian12", "debian11" ]'
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ galaxy_info:
- bionic
- name: Debian
versions:
- stretch
- buster
- bookworm
- bullseye
galaxy_tags:
- networking
- system
Expand Down
10 changes: 6 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ driver:
name: vagrant
provider:
name: virtualbox

platforms:
- name: buster64
box: debian/buster64
- name: bullseye64
box: debian/bullseye64
- name: bookworm64
box: debian/bookworm64

provisioner:
name: ansible
ansible_args:
- --diff
become: true

0 comments on commit a16c14d

Please sign in to comment.