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"