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 #11 from Helmholtz-UFZ/add-focal-support
Browse files Browse the repository at this point in the history
Add Ubuntu 20.4 support
  • Loading branch information
Norman Ziegner authored Aug 27, 2020
2 parents 8097770 + 96ed13b commit ae21a5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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

0 comments on commit ae21a5d

Please sign in to comment.