mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
8 lines
200 B
YAML
8 lines
200 B
YAML
|
---
|
||
|
|
||
|
- name: Fail if Synapse metrics not enabled
|
||
|
fail:
|
||
|
msg: >
|
||
|
You need to enable `matrix_synapse_metrics_enabled` for Prometheus grab metrics.
|
||
|
when: "not matrix_synapse_metrics_enabled"
|