Skip to content

Commit 5636812

Browse files
committed
ssh_keys: Add AlmaLinux 10 support
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
1 parent 30f910f commit 5636812

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ssh_keys.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
image:
4545
- "ghcr.io/hifis-net/almalinux-systemd:8"
4646
- "ghcr.io/hifis-net/almalinux-systemd:9"
47+
- "ghcr.io/hifis-net/almalinux-systemd:10"
4748
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4849
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4950
- "ghcr.io/hifis-net/debian-systemd:11"

roles/ssh_keys/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Currently [supported platforms](meta/main.yml) are:
1515

1616
- AlmaLinux 8
1717
- AlmaLinux 9
18+
- AlmaLinux 10
1819
- Ubuntu 22.04 LTS
1920
- Ubuntu 24.04 LTS
2021
- Debian 11 Bullseye

roles/ssh_keys/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ galaxy_info:
2020
versions:
2121
- "8"
2222
- "9"
23+
- "10"
2324
- name: "Ubuntu"
2425
versions:
2526
- "jammy"

0 commit comments

Comments
 (0)