Skip to content

Commit baf0cb3

Browse files
committed
Test zammad role on AlmaLinux9
Signed-off-by: Norman Ziegner <[email protected]>
1 parent f6ff07f commit baf0cb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/zammad.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45+
- "ghcr.io/hifis-net/almalinux-systemd:9"
4546
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4647
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4748

molecule/zammad/prepare.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
vars:
1111
# Apply suggested Elasticsearch configuration
1212
elasticsearch_version: "8.x"
13-
elasticsearch_package: "elasticsearch=8.8.1"
13+
elasticsearch_package: "elasticsearch"
1414
elasticsearch_heap_size_min: "256m"
1515
elasticsearch_heap_size_max: "256m"
1616
elasticsearch_extra_options: |
@@ -23,6 +23,7 @@
2323
tasks:
2424

2525
- name: "Install required packages"
26+
when: "ansible_facts.os_family == 'Debian'"
2627
ansible.builtin.apt:
2728
name:
2829
- "sudo"

0 commit comments

Comments
 (0)