mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user