Skip to content

Commit

Permalink
No Ubuntu 22.04 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 12, 2022
1 parent 41b69a6 commit e2520ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
tag: "bionic"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ molecule:
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
tag: "bionic"
- image: "ubuntu"
tag: "focal"
- image: "ubuntu"
tag: "bionic"

galaxy:
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|el|8|
|debian|bullseye|
|opensuse|all|
|ubuntu|all|
|ubuntu|bionic, focal|

The minimum version of Ansible required is 2.10, tests have been done to:

Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ galaxy_info:
- all
- name: Ubuntu
versions:
- all
- bionic
- focal

galaxy_tags:
- zabbix
Expand Down

0 comments on commit e2520ab

Please sign in to comment.