matrix-docker-ansible-deploy/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml
2022-11-20 18:02:50 +02:00

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