From f4ee9c94b78741890e0ecff9c97b06e77ff25218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 14:52:42 +0200 Subject: [PATCH] added scheme --- .../nextcloud_full_deployment/setup_talk_with_hpb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/setup_talk_with_hpb.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/setup_talk_with_hpb.yml index 2c949d8..54669dc 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/setup_talk_with_hpb.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/setup_talk_with_hpb.yml @@ -61,7 +61,7 @@ - name: Configure Talk app's High Performance Backend (HPB) TURN server ansible.builtin.command: > - sudo -u www-data php occ talk:turn:add {{ nc_talk_hpb_domain }} {{ nc_talk_hpb_turn_secret }} udp,tcp + sudo -u www-data php occ talk:turn:add turns {{ nc_talk_hpb_domain }} {{ nc_talk_hpb_turn_secret }} udp,tcp args: chdir: "{{ nextcloud_install_dir }}" changed_when: true