Skip to content

Commit

Permalink
I can't test on RHEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 7, 2019
1 parent d2e5054 commit dad7b28
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#
# Ansible managed
#
exclude_paths:
- ./meta/exception.yml
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ This role has been tested on these [container images](https://hub.docker.com/):
|debian|latest|no|
|centos|7|no|
|centos|latest|no|
|redhat|7|no|
|redhat|latest|no|
|fedora|latest|no|
|fedora|rawhide|yes|
|opensuse|latest|no|
Expand All @@ -103,6 +101,14 @@ This role has been tested on these Ansible versions:
- ansible>=2.9
- git+https://github.com/ansible/ansible.git@devel

Exceptions
----------

Some variarations of the build matrix do not work. These are the variations and reasons why the build won't work:

| variation | reason |
|---------------------------|------------------------|
| redhat | Can't test on RHEL: No package matching 'firewalld' found available, installed or updated |


Testing
Expand Down
4 changes: 4 additions & 0 deletions meta/exception.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
exceptions:
- variation: redhat
reason: "Can't test on RHEL: No package matching 'firewalld' found available, installed or updated"
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ galaxy_info:
- bionic

galaxy_tags:
- centos
- firewall
- firewalld
- rhel
- server
- system
- centos

dependencies: []

0 comments on commit dad7b28

Please sign in to comment.