Skip to content

Commit

Permalink
Merge pull request #50 from systemli/bookworm
Browse files Browse the repository at this point in the history
Add support for Debian Bookworm
  • Loading branch information
doobry-systemli authored Oct 22, 2023
2 parents 53a1ad7 + a19a886 commit 6e9a6ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
disable-apparmor-mysql: true
distros: '[ "debian11" ]'
distros: '[ "debian11", "debian12" ]'
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ galaxy_info:
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- networking
- mail
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ driver:
name: virtualbox

platforms:
- name: userli-bullseye64
box: debian/bullseye64
- name: userli-bookworm64
box: debian/bookworm64
memory: 512
cpus: 2
instance_raw_config_args:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
apt_packages:
- acl # support for unpriviledged become_user
- unzip
php_default_version_debian: "{% if ansible_distribution_release == 'buster' %}7.3{% else %}7.4{% endif %}"
php_default_version_debian: "{% if ansible_distribution_release == 'bullseye' %}7.4{% else %}8.2{% endif %}"
php_packages:
# necessary
- libapache2-mod-php
Expand Down

0 comments on commit 6e9a6ae

Please sign in to comment.