ed376abe42
* Integration tests for zabbix_host using Zabbix on Ubuntu 14.04. * fix duplicate yaml key in test * .changed -> is changed, |failed -> is failed, trim configfile * zabbix_host integration test does not need BOTMETA entry, inherited from module
6 lines
234 B
YAML
6 lines
234 B
YAML
---
|
|
|
|
# This integration test is only for Ubuntu 14.04 at the moment. This makes
|
|
# installation of a Zabbix quite a bit easier.
|
|
- include: setup.yml
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'trusty'
|