mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-24 16:53:01 +03: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"
|