diff --git a/.ansible-lint b/.ansible-lint index 788f1ce..5f770c6 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,5 @@ # # Ansible managed # +exclude_paths: + - ./meta/exception.yml diff --git a/README.md b/README.md index e28742f..c6d4523 100644 --- a/README.md +++ b/README.md @@ -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| @@ -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 diff --git a/meta/exception.yml b/meta/exception.yml new file mode 100644 index 0000000..cda92fa --- /dev/null +++ b/meta/exception.yml @@ -0,0 +1,4 @@ +--- +exceptions: + - variation: redhat + reason: "Can't test on RHEL: No package matching 'firewalld' found available, installed or updated" diff --git a/meta/main.yml b/meta/main.yml index 607ff7e..2c854ac 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -30,11 +30,10 @@ galaxy_info: - bionic galaxy_tags: - - centos - firewall - firewalld - - rhel - server - system + - centos dependencies: []