From 6c0bceae32c2a5887d63d91e4dc2a9fb1c310e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 13:15:02 +0200 Subject: [PATCH] changed to actual app name --- .../nextcloud_full_deployment/setup_talk_with_hpb.yml | 7 ++++++- 1 file changed, 6 insertions(+), 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 180593c..72311a0 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 @@ -46,4 +46,9 @@ - name: Install Talk app ansible.builtin.shell: | su -s /bin/bash www-data -c \ - 'php {{ nextcloud_install_dir }}/occ app:install talk' \ No newline at end of file + 'php {{ nextcloud_install_dir }}/occ app:install spreed' + + - name: Enable Talk app + ansible.builtin.shell: | + su -s /bin/bash www-data -c \ + 'php {{ nextcloud_install_dir }}/occ app:enable spreed' \ No newline at end of file