Move config into nextcloud directory

This commit is contained in:
Jake Howard
2020-03-15 11:51:23 +00:00
parent 871555532d
commit b3e307f147
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
- name: Install nextcloud custom nginx config
template:
src: files/nextcloud/default.conf
dest: "/opt/nextcloud/nginx-default.conf"
dest: "/opt/nextcloud/nextcloud/nginx-default.conf"
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
register: nginx_config