5 lines
168 B
Django/Jinja
5 lines
168 B
Django/Jinja
# {{ ansible_managed }}
|
||
{% if (prometheus_opcache_exporter_fcgi-uri is defined) %}
|
||
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi-uri }}"'
|
||
{% endif %}
|