mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
11 lines
269 B
YAML
11 lines
269 B
YAML
---
|
|
|
|
- when: zabbix_proxy_rpm.changed
|
|
block:
|
|
- name: Stop the service
|
|
service: name=zabbix-proxy state=stopped
|
|
|
|
- name: Drop the SQLite database (no schema upgrade for SQLite)
|
|
file: path=/var/lib/zabbix/db/proxy.sqlite state=absent
|
|
tags: zabbix
|