Skip to content

Commit

Permalink
No Amazonlinux:1, handler may fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 10, 2020
1 parent 4fc0903 commit 499df43
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
config:
- image: "alpine"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "centos"
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ molecule:
matrix:
- image: "alpine"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "centos"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|container|tags|
|---------|----|
|alpine|all|
|amazon|all|
|amazon|Candidate|
|el|7, 8|
|debian|buster, bullseye|
|debian|all|
|fedora|all|
|ubuntu|focal, bionic, xenial|
|ubuntu|all|

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

Expand Down
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@

- name: rndc reload
command: rndc reload
failed_when: no
9 changes: 3 additions & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,20 @@ galaxy_info:
- all
- name: Amazon
versions:
- all
- Candidate
- name: EL
versions:
- 7
- 8
- name: Debian
versions:
- buster
- bullseye
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- focal
- bionic
- xenial
- all

galaxy_tags:
- bind
Expand Down

0 comments on commit 499df43

Please # to comment.