Skip to content

Commit c35e67b

Browse files
Merge pull request #257 from Normo/ssh-keys-bookworm-support
Test ssh_keys role on Debian 12 (Bookworm)
2 parents 8d948bf + 7e19f98 commit c35e67b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ssh_keys.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
5050
- "ghcr.io/hifis-net/debian-systemd:10"
5151
- "ghcr.io/hifis-net/debian-systemd:11"
52+
- "ghcr.io/hifis-net/debian-systemd:12"
5253

5354
steps:
5455
- name: "Check out the codebase."

roles/ssh_keys/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Currently [supported platforms](meta/main.yml) are:
2020
- Ubuntu 20.04 LTS
2121
- Ubuntu 22.04 LTS
2222
- Ubuntu 24.04 LTS
23-
- Debian Buster
24-
- Debian Bullseye
23+
- Debian 10 Buster
24+
- Debian 11 Bullseye
25+
- Debian 12 Bookworm
2526

2627
## Requirements
2728

roles/ssh_keys/meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ galaxy_info:
3131
versions:
3232
- "buster"
3333
- "bullseye"
34+
- "bookworm"
3435

3536
galaxy_tags:
3637
- "ssh"

0 commit comments

Comments
 (0)