mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01: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"
|