mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-07 02:48:33 -05:00
7 lines
277 B
YAML
7 lines
277 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse'] }}"
|
|
when: matrix_synapse_enabled
|
|
|
|
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys'] }}"
|
|
when: matrix_s3_media_store_enabled
|