We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ff07f commit baf0cb3Copy full SHA for baf0cb3
.github/workflows/zammad.yml
@@ -42,6 +42,7 @@ jobs:
42
fail-fast: false
43
matrix:
44
image:
45
+ - "ghcr.io/hifis-net/almalinux-systemd:9"
46
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
47
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
48
molecule/zammad/prepare.yml
@@ -10,7 +10,7 @@
10
vars:
11
# Apply suggested Elasticsearch configuration
12
elasticsearch_version: "8.x"
13
- elasticsearch_package: "elasticsearch=8.8.1"
+ elasticsearch_package: "elasticsearch"
14
elasticsearch_heap_size_min: "256m"
15
elasticsearch_heap_size_max: "256m"
16
elasticsearch_extra_options: |
@@ -23,6 +23,7 @@
23
tasks:
24
25
- name: "Install required packages"
26
+ when: "ansible_facts.os_family == 'Debian'"
27
ansible.builtin.apt:
28
name:
29
- "sudo"
0 commit comments