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

Add Ubuntu 20.4 support #11

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
test:
needs: validate
runs-on: ubuntu-latest
strategy:
matrix:
images: ['jrei/systemd-ubuntu:18.04', 'jrei/systemd-ubuntu:20.04']
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -28,3 +31,5 @@ jobs:

- name: Molecule test
uses: robertdebock/molecule-action@2.6.1
env:
MOLECULE_IMAGE: "${{ matrix.images }}"
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ galaxy_info:
author: HIFIS Software Services
company: Helmholtz Association of German Research Centres
license: MIT
issue_tracker_url: https://github.com/Helmholtz-UFZ/ansible-role-zammad/issues
min_ansible_version: 2.9

platforms:
- name: Ubuntu
versions:
- bionic
- focal

galaxy_tags:
- zammad
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ driver:
name: docker
platforms:
- name: instance
image: jrei/systemd-ubuntu:18.04
image: ${MOLECULE_IMAGE:-jrei/systemd-ubuntu:20.04}
pre_build_image: true
privileged: true
override_command: false
Expand Down