Skip to content

Commit

Permalink
Add Debian 12 Bookworm support for ssh_keys role
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Normo committed May 30, 2024
1 parent 8d948bf commit 7e19f98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ssh_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
- "ghcr.io/hifis-net/debian-systemd:10"
- "ghcr.io/hifis-net/debian-systemd:11"
- "ghcr.io/hifis-net/debian-systemd:12"

steps:
- name: "Check out the codebase."
Expand Down
5 changes: 3 additions & 2 deletions roles/ssh_keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Currently [supported platforms](meta/main.yml) are:
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Debian Buster
- Debian Bullseye
- Debian 10 Buster
- Debian 11 Bullseye
- Debian 12 Bookworm

## Requirements

Expand Down
1 change: 1 addition & 0 deletions roles/ssh_keys/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ galaxy_info:
versions:
- "buster"
- "bullseye"
- "bookworm"

galaxy_tags:
- "ssh"
Expand Down

0 comments on commit 7e19f98

Please sign in to comment.