This commit is contained in:
Mike Holloway 2025-12-04 20:20:55 -05:00
parent e1b63a42ed
commit 18ff83bef1

View File

@ -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"