Stop passing through the entire config directory
This makes updates so much easier!
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
- name: Install nextcloud custom nginx config
|
||||
template:
|
||||
src: files/nextcloud/default.conf
|
||||
dest: "/opt/nextcloud/config/nginx/site-confs/default"
|
||||
dest: "/opt/nextcloud/nginx-default.conf"
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
register: nginx_config
|
||||
|
Reference in New Issue
Block a user