Use correct location for nextcloud config file

This commit is contained in:
Jake Howard 2022-10-26 14:10:26 +01:00
parent d0cef763e1
commit 0d24bd7e0c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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