mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-01 23:32:00 +00:00
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
|