Update Install_recording.yml

This commit is contained in:
2025-05-26 10:29:10 +02:00
committed by GitHub
parent e96b921982
commit 38d6090506

View File

@@ -128,6 +128,6 @@
- name: Start recording via nohup
ansible.builtin.shell: |
source /home/ubuntu/recording/venv/bin/activate
nohup python3 -m nextcloud.talk.recording > /home/ubuntu/recording/output.log 2>&1 &
nohup python3 -m nextcloud.talk.recording /home/ubuntu/recording/server.conf > /home/ubuntu/recording/output.log 2>&1 &
args:
executable: /bin/bash