From 18ff83bef1a2fedab3e0ac4a395d4e33eeb7fa44 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Thu, 4 Dec 2025 20:20:55 -0500 Subject: [PATCH] path fix --- tasks/files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/files.yml b/tasks/files.yml index 7db6e69..9221df0 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -39,7 +39,7 @@ - name: Create NGINX conf file template: - src: "nginx.conf.j2" + src: "web/nginx.conf.j2" dest: "/home/{{ user.name }}/web/nginx.conf" owner: "100999" group: "100999"