From 884763979213877ee9ed38e24a1ae8654c60f18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 30 Jul 2026 10:29:18 +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 8c4c6a2..e16a119 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 @@ -59,7 +59,7 @@ chdir: "{{ nextcloud_install_dir }}" changed_when: true - - name: Remover old High Performance Backend (HPB) STUN server + - name: Remove old High Performance Backend (HPB) STUN server ansible.builtin.command: > sudo -u www-data php occ talk:stun:delete {{ nc_talk_hpb_domain }}:443 args: