Make matrix-livekit-jwt-service role not reference foreign variables (except the matrix-base ones)

This commit is contained in:
Slavi Pantaleev
2025-03-12 08:59:05 +02:00
parent 2be4923aef
commit 5961841e52
3 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
dest: "{{ livekit_server_container_src_files_path }}"
force: "yes"
become: true
become_user: "{{ matrix_user_username }}"
become_user: "{{ livekit_server_uid }}"
register: livekit_server_git_pull_results
- name: Ensure LiveKit Server container image is built