Update Install_recording.yml
This commit is contained in:
@@ -128,6 +128,6 @@
|
|||||||
- name: Start recording via nohup
|
- name: Start recording via nohup
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
source /home/ubuntu/recording/venv/bin/activate
|
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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user