zabbix_host: fix integration tests only working individually (#33630)

* remove mod_evasive which is potentially installed by apache2_module
integration test and add zabbix_host to CI
This commit is contained in:
Eike Frost
2017-12-07 17:32:28 +01:00
committed by Matt Clay
parent a7e49cde3b
commit 31e3b8197f
3 changed files with 28 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
---
- name: include only on supported systems
include: actualtest.yml
- 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