Fehlerbereinigungen

This commit is contained in:
phil 2021-04-16 12:54:01 +02:00
parent 95ce6b0f5f
commit 6d8d9739fa
2 changed files with 3 additions and 0 deletions

View file

@ -58,6 +58,8 @@
- 'php {{ nextcloud_install_path }}/occ config:system:set htaccess.RewriteBase --value /'
- 'php {{ nextcloud_install_path }}/occ maintenance:update:htaccess'
- 'php {{ nextcloud_install_path }}/occ config:system:set default_language --value "de"'
- 'php {{ nextcloud_install_path }}/occ config:system:set default_phone_region --value "DE"'
- 'php {{ nextcloud_install_path }}/occ config:system:set loglevel --value "1"'
- name: "NC Mailversand einrichten"
blockinfile:

View file

@ -16,5 +16,6 @@
pkg:
- php-redis
- redis
- libmagickcore-6.q16-6-extra
update_cache: yes
cache_valid_time: 3600