diff --git a/install_nextcloud.yml b/install_nextcloud.yml index 2709ca2..f9423be 100644 --- a/install_nextcloud.yml +++ b/install_nextcloud.yml @@ -338,6 +338,15 @@ sudo -u www-data php /var/www/nextcloud/occ config:system:set memcache.locking --value="\\OC\\Memcache\\Redis" --type=string args: chdir: /var/www/nextcloud + - name: Repareer ontbrekende theming-cachebestanden + shell: sudo -u www-data php /var/www/nextcloud/occ maintenance:repair + args: + chdir: /var/www/nextcloud + + - name: Registreer theming-app expliciet opnieuw + shell: sudo -u www-data php /var/www/nextcloud/occ app:enable theming + args: + chdir: /var/www/nextcloud handlers: - name: Herstart Apache