You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-10 21:52:20 +02:00
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
until: livekit_image_result is not failed
|
until: livekit_image_result is not failed
|
||||||
|
|
||||||
# Systemd Services for LiveKit
|
# Systemd Services for LiveKit
|
||||||
- name: Ensure livekit systemd service is installed
|
- name: Ensure LiveKit systemd service is installed
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ role_path }}/templates/systemd/matrix-livekit-server.service.j2"
|
src: "{{ role_path }}/templates/systemd/matrix-livekit-server.service.j2"
|
||||||
dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service"
|
dest: "{{ devture_systemd_docker_base_systemd_path }}/matrix-livekit-server.service"
|
||||||
|
Reference in New Issue
Block a user