57c36e0378
* adjusted setup_zabbix integration tests role to work on distributions from Debian family * bumped zabbix_host integration tests role to be run against bionic
17 lines
400 B
YAML
17 lines
400 B
YAML
---
|
|
# setup stuff not testing zabbix_host
|
|
- block:
|
|
- include: zabbix_host_setup.yml
|
|
|
|
# zabbix_host module tests
|
|
- include: zabbix_host_tests.yml
|
|
|
|
# documentation example tests
|
|
- include: zabbix_host_doc.yml
|
|
|
|
# tear down stuff set up earlier
|
|
- include: zabbix_host_teardown.yml
|
|
|
|
when:
|
|
- ansible_distribution == 'Ubuntu'
|
|
- ansible_distribution_release == 'bionic'
|