Update Install_recording.yml

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

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/server.conf > /home/ubuntu/recording/output.log 2>&1 &
nohup python3 -m nextcloud.talk.recording -c /home/ubuntu/recording/server.conf > /home/ubuntu/recording/output.log 2>&1 &
args:
executable: /bin/bash