Skip to content

Commit

Permalink
Add Ubuntu 24.04 support to zammad role
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <n.ziegner@hzdr.de>
  • Loading branch information
Normo committed Sep 10, 2024
1 parent 9717a3d commit 2b9d7d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zammad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
fail-fast: false
matrix:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"

Expand Down
4 changes: 2 additions & 2 deletions molecule/zammad/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

collections:
- name: "community.crypto"
version: "2.14.1" # Required due to https://github.com/ansible-collections/community.crypto/issues/627
version: "2.20.0"

roles:
- src: "geerlingguy.elasticsearch"
version: "5.1.2"

- src: "geerlingguy.postgresql"
version: "3.5.0"
version: "3.5.2"
1 change: 1 addition & 0 deletions roles/zammad/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ galaxy_info:
versions:
- "focal"
- "jammy"
- "noble"

galaxy_tags:
- "zammad"
Expand Down

0 comments on commit 2b9d7d3

Please sign in to comment.