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
11 lines
298 B
YAML
11 lines
298 B
YAML
---
|
|
# remove zabbix_proxy (hopefully) created earlier
|
|
|
|
- name: remove proxy
|
|
local_action:
|
|
module: zabbix_proxy
|
|
server_url: "{{ zabbix_server_url }}"
|
|
login_user: "{{ zabbix_login_user }}"
|
|
login_password: "{{ zabbix_login_password }}"
|
|
proxy_name: ExampleProxy
|
|
state: absent
|