changed to actual app name

This commit is contained in:
Ebbe Baß
2026-07-29 13:15:02 +02:00
parent 83ff330c2c
commit 6c0bceae32
@@ -46,4 +46,9 @@
- name: Install Talk app - name: Install Talk app
ansible.builtin.shell: | ansible.builtin.shell: |
su -s /bin/bash www-data -c \ su -s /bin/bash www-data -c \
'php {{ nextcloud_install_dir }}/occ app:install talk' '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'