From ec1ec825186702b30cbefaeee6e4017463039ffa Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 7 Dec 2025 00:10:59 -0500 Subject: [PATCH] example ineffective with rootless, reworking --- tasks/files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/files.yml b/tasks/files.yml index c0139cd..34ff2c2 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -15,7 +15,7 @@ - name: Create proxy container files copy: - src: "proxy/{{ proxy_file }}" + src: "{{ proxy_file }}" dest: "/home/{{ user.name }}/nginx/vhost.d/{{ proxy_file }}" owner: "{{ user.name }}" group: "{{ user.name }}"