Set default language

This commit is contained in:
phil 2020-12-08 11:20:06 +00:00
parent 51fb5dcc6c
commit 41944aa9b7

View file

@ -57,6 +57,7 @@
- 'php {{ nextcloud_install_path }}/occ config:system:set overwrite.cli.url --value https://{{ nextcloud_domain }}'
- '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"'
- name: "NC Mailversand einrichten"
blockinfile: