mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-04 21:50:58 +03:00
6 lines
190 B
YAML
6 lines
190 B
YAML
---
|
|
|
|
- ansible.builtin.set_fact:
|
|
devture_systemd_service_manager_services_list_auto: "{{ [{'name': 'matrix-jitsi-jvb.service', 'priority': 1000}] }}"
|
|
when: matrix_jitsi_enabled | bool
|