mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2024-08-20 10:00
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
user: root
|
||||
job: "/var/lib/zabbix/bin/util_populate_pve_cache"
|
||||
minute: "*/5"
|
||||
state: "{{ (pve_zabbix_cache and pve_zabbix_scripts.stat.exists) | ternary('present','absent') }}"
|
||||
state: "{{ (pve_zabbix_cache and pve_zabbix_scripts.stat.exists and pve_zabbix_cache) | ternary('present','absent') }}"
|
||||
tags: pve,zabbix
|
||||
|
Reference in New Issue
Block a user