Fix nextcloud config dir
Some checks failed
/ terraform (push) Failing after 5s
/ ansible (push) Failing after 5s

This commit is contained in:
Jake Howard 2023-08-01 21:19:35 +01:00
parent b499882ca7
commit ce53032819
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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