same correction

This commit is contained in:
Ludovic Cartier
2022-11-14 11:05:19 +01:00
parent c37538a333
commit 29c3014506
5 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{% if (prometheus_opcache_exporter_fcgi_uri is defined) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
{% endif %}