summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_zabbix/handlers/main.yml
blob: a39556215a675a27d1d2183adb0b5b7c4a04b364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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