mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 11:17:34 +01:00
2f57c51733
Since 025a5ab5e5
, we do a similar check in matrix-base.
8 lines
305 B
YAML
8 lines
305 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-dendrite.service'] }}"
|
|
when: matrix_dendrite_enabled|bool
|
|
|
|
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys.service'] }}"
|
|
when: matrix_s3_media_store_enabled|bool
|