nginx test

This commit is contained in:
Mike Holloway 2025-12-07 18:03:18 -05:00
parent 508c796abc
commit c0af475117

View File

@ -20,7 +20,7 @@
- name: Create NGINX Dockerfile
copy:
src: "Dockerfile"
src: "nginx/Dockerfile"
dest: "/home/{{ user.name }}/nginx/Dockerfile"
owner: "{{ user.name }}"
group: "{{ user.name }}"