mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 18:57:37 +01:00
13ef9e85cf
Initial attempt. Seems to work fine. Only tested on debian amd64 so far
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"
|