mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update Nextcloud to 13.0.5
This commit is contained in:
parent
7cbd38d400
commit
8cf242a645
9 changed files with 72 additions and 91 deletions
|
|
@ -9,8 +9,12 @@
|
|||
dest: "{{docker_compose_files_folder}}/nextcloud/db.env"
|
||||
- name: Create nextcloud config
|
||||
template:
|
||||
src: nextcloud/config/config.php
|
||||
dest: "{{docker_compose_files_folder}}/nextcloud/config/config.php"
|
||||
src: nextcloud/config/{{item}}
|
||||
dest: "{{docker_compose_files_folder}}/nextcloud/config/{{item}}"
|
||||
with_items:
|
||||
- base.config.php
|
||||
- database.config.php
|
||||
- mail.config.php
|
||||
- name: Change config folder owner to http
|
||||
file:
|
||||
path: "{{docker_compose_files_folder}}/nextcloud/config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue