We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d948bf + 7e19f98 commit c35e67bCopy full SHA for c35e67b
.github/workflows/ssh_keys.yml
@@ -49,6 +49,7 @@ jobs:
49
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
50
- "ghcr.io/hifis-net/debian-systemd:10"
51
- "ghcr.io/hifis-net/debian-systemd:11"
52
+ - "ghcr.io/hifis-net/debian-systemd:12"
53
54
steps:
55
- name: "Check out the codebase."
roles/ssh_keys/README.md
@@ -20,8 +20,9 @@ Currently [supported platforms](meta/main.yml) are:
20
- Ubuntu 20.04 LTS
21
- Ubuntu 22.04 LTS
22
- Ubuntu 24.04 LTS
23
-- Debian Buster
24
-- Debian Bullseye
+- Debian 10 Buster
+- Debian 11 Bullseye
25
+- Debian 12 Bookworm
26
27
## Requirements
28
roles/ssh_keys/meta/main.yml
@@ -31,6 +31,7 @@ galaxy_info:
31
versions:
32
- "buster"
33
- "bullseye"
34
+ - "bookworm"
35
36
galaxy_tags:
37
- "ssh"
0 commit comments