Skip to content

Commit

Permalink
Regenerate ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 6, 2021
1 parent 594795d commit a3c05c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
tag: "latest"
- image: "amazonlinux"
tag: "latest"
- image: "centos"
tag: "7"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "rockylinux"
tag: "latest"
- image: "fedora"
tag: "33"
- image: "fedora"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ molecule:
tag: "latest"
- image: "amazonlinux"
tag: "latest"
- image: "centos"
tag: "7"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "rockylinux"
tag: "latest"
- image: "fedora"
tag: "33"
- image: "fedora"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|---------|----|
|alpine|all|
|amazon|Candidate|
|el|7|
|debian|buster, bullseye|
|el|8|
|fedora|all|
|opensuse|all|
|ubuntu|focal, bionic|
Expand All @@ -89,10 +89,6 @@ If you find issues, please register them in [GitHub](https://github.com/robertde

Apache-2.0

## [Contributors](#contributors)

I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate.


## [Author Information](#author-information)

Expand Down
5 changes: 3 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ galaxy_info:
- name: Amazon
versions:
- Candidate
- name: EL
versions:
- name: Debian
versions:
- buster
- bullseye
- name: EL
versions:
- 8
- name: Fedora
versions:
- all
Expand Down

0 comments on commit a3c05c9

Please sign in to comment.