mirror of https://github.com/ansible/ansible.git
re-enable zabbix_host integration tests and add cleanup handlers
parent
47bf5deb54
commit
fadf7a426f
@ -0,0 +1,15 @@
|
|||||||
|
- name: remove zabbix repository
|
||||||
|
apt_repository:
|
||||||
|
repo: "{{ zabbix_apt_repository }}"
|
||||||
|
filename: zabbix
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: remove zabbix packages
|
||||||
|
apt:
|
||||||
|
name: "{{ zabbix_packages }}"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: remove zabbix pip packages
|
||||||
|
pip:
|
||||||
|
name: zabbix-api
|
||||||
|
state: absent
|
Loading…
Reference in New Issue