updated nextcloud state

This commit is contained in:
Paul 2023-07-21 23:15:19 +02:00
parent 8db9a567ed
commit d34ed3110d

View File

@ -17,3 +17,10 @@ nextcloud-upgrade:
- runas: {{ nextcloud.user }}
- onchanges:
- archive: nextcloud-archive
nextcloud-add-missing-indices:
cmd.run:
- name: php {{ nextcloud.install_dir }}/nextcloud/occ db:add-missing-indices
- runas: {{ nextcloud.user }}
- onchanges:
- archive: nextcloud-archive