Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from hifis-net/27-add-support-for-ubuntu-2204
Browse files Browse the repository at this point in the history
feat: add support for Ubuntu 22.04
  • Loading branch information
tobiashuste authored Jun 29, 2023
2 parents 0044a59 + 7ae1003 commit 010de17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
matrix:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"

steps:
- name: Check out the codebase.
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy

galaxy_tags:
- zammad
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Apply suggested Elasticsearch configuration
elasticsearch_version: 8.x
elasticsearch_package: elasticsearch=8.8.1
elasticsearch_heap_size_min: 256m
elasticsearch_heap_size_max: 256m
elasticsearch_extra_options: |
xpack.security.enabled: false
xpack.security.http.ssl.enabled: false
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ roles:
version: 5.1.1

- src: geerlingguy.postgresql
version: 3.0.0
version: 3.5.0

0 comments on commit 010de17

Please sign in to comment.