Skip to content
Snippets Groups Projects
Commit d97c5278 authored by jurgenhaas's avatar jurgenhaas
Browse files

Check for missing indices when something got installed

parent 6f248cb8
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,15 @@
- deploy
- plugins
- name: Check for missing indices
command: '{{ webRoot }}/occ db:add-missing-indices --no-interaction --no-warnings'
become_user: '{{ apacheUser }}'
ignore_errors: yes
when: installed
tags:
- deploy
- plugins
- name: Configure Spreed
include_tasks: spreed.yml
when: nextcloud.spreed is defined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment