149336319a
* Remove unnecessary delegate_to in tests. * Remove incorrect delegate_to in tests. * Remove unnecessary use of local_action in tests. * Remove incorrect use of local_action in tests. * Remove unnecessary use of local_action in tests. * Remove incorrect use of local_action in tests. * Remove unnecessary use of local_action in tests. * Use delegate_to instead of local_action in tests. * Use setup_remote_tmp_dir instead of TMPDIR.
10 lines
273 B
YAML
10 lines
273 B
YAML
---
|
|
# remove zabbix_proxy (hopefully) created earlier
|
|
|
|
- name: remove proxy
|
|
zabbix_proxy:
|
|
server_url: "{{ zabbix_server_url }}"
|
|
login_user: "{{ zabbix_login_user }}"
|
|
login_password: "{{ zabbix_login_password }}"
|
|
proxy_name: ExampleProxy
|
|
state: absent
|