mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-25 03:56:19 +00:00
6 lines
219 B
YAML
6 lines
219 B
YAML
|
---
|
||
|
|
||
|
- ansible.builtin.set_fact:
|
||
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse-reverse-proxy-companion.service'] }}"
|
||
|
when: matrix_synapse_reverse_proxy_companion_enabled | bool
|