Skip to content

Commit

Permalink
Merge pull request #36 from mila-iqia/feat/bookworm
Browse files Browse the repository at this point in the history
feat: Add support of Debian 12 Bookworm
  • Loading branch information
btravouillon authored May 26, 2024
2 parents 65c4e56 + dec886d commit 9f29198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
distro:
- debian-systemd:bullseye
- debian-systemd:bookworm

env:
MOLECULE_DISTRO: ${{ matrix.distro }}
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ galaxy_info:
- name: Debian
versions:
- bullseye
- bookworm

galaxy_tags:
- cobbler
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: all
vars:
cobbler_configure_repos: true
cobbler_apt_repository: 'deb http://pkgs.travouillon.fr/debian/ bullseye main'
cobbler_apt_repository: "deb http://pkgs.travouillon.fr/debian/ {{ ansible_facts['distribution_release'] }} main"
cobbler_gpg_key: 'http://pkgs.travouillon.fr/debian/DEB-GPG-KEY-BrunoTravouillon'
tasks:
- name: "Include cobbler"
Expand Down

0 comments on commit 9f29198

Please sign in to comment.