Fix nextcloud config dir
This commit is contained in:
parent
b499882ca7
commit
ce53032819
@ -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…
x
Reference in New Issue
Block a user