You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
292 B
12 lines
292 B
5 years ago
|
---
|
||
|
|
||
|
- name: Stop the service
|
||
|
service: name=zabbix-proxy state=stopped
|
||
|
when: zabbix_proxy_rpm.changed
|
||
|
tags: zabbix
|
||
|
|
||
|
- name: Drop the SQLite database (no schema upgrade for SQLite)
|
||
|
file: path=/var/lib/zabbix/db/proxy.sqlite state=absent
|
||
|
when: zabbix_proxy_rpm.changed
|
||
|
tags: zabbix
|