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.
2 parents 9cfa023 + a21c3e4 commit 7738522Copy full SHA for 7738522
.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:11"
51
- "ghcr.io/hifis-net/debian-systemd:12"
52
+ - "ghcr.io/hifis-net/debian-systemd:13"
53
54
steps:
55
- name: "Check out the codebase."
roles/ssh_keys/README.md
@@ -20,6 +20,7 @@ Currently [supported platforms](meta/main.yml) are:
20
- Ubuntu 24.04 LTS
21
- Debian 11 Bullseye
22
- Debian 12 Bookworm
23
+- Debian 13 Trixie
24
25
## Requirements
26
roles/ssh_keys/meta/main.yml
@@ -29,6 +29,7 @@ galaxy_info:
29
versions:
30
- "bullseye"
31
- "bookworm"
32
+ - "trixie"
33
34
galaxy_tags:
35
- "ssh"
0 commit comments