mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-04-06 11:00
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Stop the service
|
||||
service: name=zabbix-proxy state=stopped
|
||||
when: zabbix_proxy_rpm.changed
|
||||
tags: zabbix
|
||||
- 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
|
||||
when: zabbix_proxy_rpm.changed
|
||||
- name: Drop the SQLite database (no schema upgrade for SQLite)
|
||||
file: path=/var/lib/zabbix/db/proxy.sqlite state=absent
|
||||
tags: zabbix
|
||||
|
Reference in New Issue
Block a user