31e3b8197f
* remove mod_evasive which is potentially installed by apache2_module integration test and add zabbix_host to CI
11 lines
270 B
YAML
11 lines
270 B
YAML
---
|
|
|
|
- name:
|
|
block:
|
|
- name: include only on supported systems
|
|
include: actualtest.yml
|
|
always:
|
|
- name: cleanup installed modules
|
|
include: cleanup.yml
|
|
when: ansible_os_family in ['Debian', 'Suse']
|
|
# centos/RHEL does not have a2enmod/a2dismod
|