Skip to content

Commit

Permalink
Merge pull request #257 from Normo/ssh-keys-bookworm-support
Browse files Browse the repository at this point in the history
Test ssh_keys role on Debian 12 (Bookworm)
  • Loading branch information
christianhueserhzdr authored Jun 3, 2024
2 parents 8d948bf + 7e19f98 commit c35e67b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ssh_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
- "ghcr.io/hifis-net/debian-systemd:10"
- "ghcr.io/hifis-net/debian-systemd:11"
- "ghcr.io/hifis-net/debian-systemd:12"

steps:
- name: "Check out the codebase."
Expand Down
5 changes: 3 additions & 2 deletions roles/ssh_keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Currently [supported platforms](meta/main.yml) are:
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Debian Buster
- Debian Bullseye
- Debian 10 Buster
- Debian 11 Bullseye
- Debian 12 Bookworm

## Requirements

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 @@ -31,6 +31,7 @@ galaxy_info:
versions:
- "buster"
- "bullseye"
- "bookworm"

galaxy_tags:
- "ssh"
Expand Down

0 comments on commit c35e67b

Please sign in to comment.