mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-08 19:21:40 -05:00
8 lines
202 B
YAML
8 lines
202 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Fail if Prometheus not enabled
|
||
|
fail:
|
||
|
msg: >
|
||
|
You need to enable `matrix_prometheus_enabled` to use Prometheus as data source for Grafana.
|
||
|
when: "not matrix_prometheus_enabled"
|