1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-30 09:03:24 +02:00
2021-12-01 19:13:34 +01:00

7 lines
222 B
Django/Jinja

{% if zabbix_dev_disco.rc == 0 %}
# Discover block devices
UserParameter=vfs.dev.discovery,/var/lib/zabbix/bin/disco_block_devices
{% else %}
# vfs.dev.discovery is natively supported, not UserParameter needed
{% endif %}