mirror of
https://git.brainsys.io/ansible-roles/prometheus.git
synced 2026-06-13 06:09:47 +00:00
5 lines
167 B
Django/Jinja
5 lines
167 B
Django/Jinja
# {{ ansible_managed }}
|
|
{% if (prometheus_opcache_exporter_fcgi_uri is defined) %}
|
|
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
|
|
{% endif %}
|