Update Nextcloud to 13.0.5

This commit is contained in:
Paul-Henri Froidmont 2018-07-27 19:14:59 +02:00
parent 7cbd38d400
commit 8cf242a645
9 changed files with 72 additions and 91 deletions

View file

@ -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"