Use correct location for nextcloud config file
This commit is contained in:
parent
d0cef763e1
commit
0d24bd7e0c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
- name: Install nextcloud config
|
||||
template:
|
||||
src: files/nextcloud/config.php
|
||||
dest: /opt/nextcloud/config.php
|
||||
dest: "{{ app_data_dir }}/nextcloud/config.php"
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: config_file
|
||||
|
|
Loading…
Reference in a new issue