From 000c58f4ae9b4d6f788e64ba1bde2235a507d08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 14:51:35 +0200 Subject: [PATCH] fixed typo --- .../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 23a4ac8..2c949d8 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 oocc talk:turn:add {{ nc_talk_hpb_domain }} {{ nc_talk_hpb_turn_secret }} udp,tcp + sudo -u www-data php occ talk:turn:add {{ nc_talk_hpb_domain }} {{ nc_talk_hpb_turn_secret }} udp,tcp args: chdir: "{{ nextcloud_install_dir }}" changed_when: true