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