5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
|
# {{ ansible_managed }}
|
|||
|
{% if (prometheus_php-opcache_exporter_fcgi-uri is defined) %}
|
|||
|
ARGS='"--opcache.fcgi-uri="{{ prometheus_php-opcache_exporter_fcgi-uri }}"'
|
|||
|
{% endif %}
|