2017-12-05 20:29:12 +01:00
|
|
|
---
|
|
|
|
# setup stuff not testing zabbix_host
|
2019-10-25 12:28:20 +02:00
|
|
|
- block:
|
|
|
|
- include: zabbix_host_setup.yml
|
2017-12-05 20:29:12 +01:00
|
|
|
|
2019-10-25 12:28:20 +02:00
|
|
|
# zabbix_host module tests
|
|
|
|
- include: zabbix_host_tests.yml
|
2017-12-05 20:29:12 +01:00
|
|
|
|
2019-10-25 12:28:20 +02:00
|
|
|
# documentation example tests
|
|
|
|
- include: zabbix_host_doc.yml
|
2017-12-05 20:29:12 +01:00
|
|
|
|
2019-10-25 12:28:20 +02:00
|
|
|
# tear down stuff set up earlier
|
|
|
|
- include: zabbix_host_teardown.yml
|
|
|
|
|
|
|
|
when:
|
|
|
|
- ansible_distribution == 'Ubuntu'
|