mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 11:47:36 +01:00
12 lines
333 B
YAML
12 lines
333 B
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-prometheus
|
|
- setup-prometheus-services-connect
|
|
- install-all
|
|
- install-prometheus-services-connect
|
|
block:
|
|
- when: matrix_prometheus_services_connect_synapse_rules_download_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install_synapse_rules.yml"
|