We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8b458 commit 577e108Copy full SHA for 577e108
ansible/roles/prometheus/defaults/main.yml
@@ -95,7 +95,7 @@ prometheus_services:
95
--storage.agent.path=/prometheus
96
{% endif %}
97
--config.file=/etc/prometheus/prometheus.yml
98
- {% if prometheus_version is version('2.24.0', '>=') %}
+ {% if prometheus_web_config is defined and prometheus_version is version('2.24.0', '>=') %}
99
--web.config.file=/etc/prometheus/web.yml
100
101
--web.enable-lifecycle
0 commit comments