Fehlerbereinigungen
This commit is contained in:
parent
95ce6b0f5f
commit
6d8d9739fa
2 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,8 @@
|
||||||
- 'php {{ nextcloud_install_path }}/occ config:system:set htaccess.RewriteBase --value /'
|
- 'php {{ nextcloud_install_path }}/occ config:system:set htaccess.RewriteBase --value /'
|
||||||
- 'php {{ nextcloud_install_path }}/occ maintenance:update:htaccess'
|
- '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_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"
|
- name: "NC Mailversand einrichten"
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
|
|
@ -16,5 +16,6 @@
|
||||||
pkg:
|
pkg:
|
||||||
- php-redis
|
- php-redis
|
||||||
- redis
|
- redis
|
||||||
|
- libmagickcore-6.q16-6-extra
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
|
|
Loading…
Reference in a new issue