|
|
|
@@ -1,9 +1,9 @@ |
|
|
|
- set_fact: |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse'] }}" |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse.service'] }}" |
|
|
|
when: matrix_synapse_enabled|bool |
|
|
|
|
|
|
|
- set_fact: |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys'] }}" |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys.service'] }}" |
|
|
|
when: matrix_s3_media_store_enabled|bool |
|
|
|
|
|
|
|
# ansible lower than 2.8, does not support docker_image build parameters |
|
|
|
|