Update to 2024-08-20 10:00

This commit is contained in:
Daniel Berteaud
2024-08-20 10:00:11 +02:00
parent fdb740609a
commit 676ba6662d
13 changed files with 13 additions and 138 deletions

View File

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