summaryrefslogtreecommitdiff
path: root/test/integration/targets/zabbix_host/tasks/main.yml
blob: 914c1e5fcf21f3bb32c74fc64b18cbf945aac863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# 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'