mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
17 lines
353 B
YAML
17 lines
353 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'
|