change - to _

This commit is contained in:
jean-yves.fournier
2022-01-05 16:12:27 +01:00
parent 9924ee189a
commit 9ae553f24d
2 changed files with 3 additions and 3 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 }}"'
{% if (prometheus_opcache_exporter_fcgi_uri is defined) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
{% endif %}