mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-15 20:14:59 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
11
roles/zabbix_proxy/tasks/upgrade.yml
Normal file
11
roles/zabbix_proxy/tasks/upgrade.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user