Fix nextcloud config dir
This commit is contained in:
parent
b499882ca7
commit
ce53032819
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
- name: Install nextcloud config
|
||||
template:
|
||||
src: files/nextcloud/config.php
|
||||
dest: "{{ app_data_dir }}/nextcloud/config.php"
|
||||
dest: "{{ app_data_dir }}/nextcloud/config/config.php"
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: config_file
|
||||
|
|
Loading…
Reference in a new issue