1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-29 00:23:34 +02:00
2021-12-01 19:13:34 +01:00

12 lines
292 B
YAML

---
- 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