2019-01-12 15:53:00 +00:00
|
|
|
- set_fact:
|
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse'] }}"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: matrix_synapse_enabled|bool
|
2019-01-12 15:53:00 +00:00
|
|
|
|
|
|
|
- set_fact:
|
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys'] }}"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: matrix_s3_media_store_enabled|bool
|