mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-08 04:15:22 +00:00
6 lines
140 B
YAML
6 lines
140 B
YAML
|
---
|
||
|
|
||
|
- ansible.builtin.set_fact:
|
||
|
matrix_systemd_services_list: "{{ ['matrix-jitsi-jvb.service'] }}"
|
||
|
when: matrix_jitsi_enabled | bool
|