Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ssh_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
image:
- "ghcr.io/hifis-net/almalinux-systemd:8"
- "ghcr.io/hifis-net/almalinux-systemd:9"
- "ghcr.io/hifis-net/almalinux-systemd:10"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
- "ghcr.io/hifis-net/debian-systemd:11"
Expand Down
1 change: 1 addition & 0 deletions roles/ssh_keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Currently [supported platforms](meta/main.yml) are:

- AlmaLinux 8
- AlmaLinux 9
- AlmaLinux 10
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Debian 11 Bullseye
Expand Down
1 change: 1 addition & 0 deletions roles/ssh_keys/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ galaxy_info:
versions:
- "8"
- "9"
- "10"
- name: "Ubuntu"
versions:
- "jammy"
Expand Down