We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f910f commit e45258dCopy full SHA for e45258d
.github/workflows/ssh_keys.yml
@@ -48,6 +48,7 @@ jobs:
48
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
49
- "ghcr.io/hifis-net/debian-systemd:11"
50
- "ghcr.io/hifis-net/debian-systemd:12"
51
+ - "ghcr.io/hifis-net/debian-systemd:13"
52
53
steps:
54
- name: "Check out the codebase."
roles/ssh_keys/README.md
@@ -19,6 +19,7 @@ Currently [supported platforms](meta/main.yml) are:
19
- Ubuntu 24.04 LTS
20
- Debian 11 Bullseye
21
- Debian 12 Bookworm
22
+- Debian 13 Trixie
23
24
## Requirements
25
roles/ssh_keys/meta/main.yml
@@ -28,6 +28,7 @@ galaxy_info:
28
versions:
29
- "bullseye"
30
- "bookworm"
31
+ - "trixie"
32
33
galaxy_tags:
34
- "ssh"
0 commit comments