mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 03:37:35 +01:00
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
|
|
- ansible.builtin.set_fact:
|
|
matrix_systemd_services_list: "{{ [{'name': 'matrix-jitsi-jvb.service', 'priority': 1000}] }}"
|
|
when: matrix_jitsi_enabled | bool
|