From 94db1a0f5ba0efef5631ad76abc62c9d06154b57 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 7 Dec 2025 01:59:12 -0500 Subject: [PATCH] vhost file loop --- tasks/files.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/files.yml b/tasks/files.yml index 3524ce0..724a8df 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -16,11 +16,12 @@ - name: Create proxy container files copy: src: "{{ proxy_file }}" - dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}_location" + dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}" owner: "{{ user.name }}" group: "{{ user.name }}" with_items: - "nextcloud.vhost.conf" + - "nextcloud.vhost.conf_location" loop_control: loop_var: "proxy_file"