ansible complains of undefined item - troubleshooting with empty file called test

This commit is contained in:
Mike Holloway 2025-12-06 15:45:43 -05:00
parent 0847131b66
commit a77aa43613

View File

@ -21,7 +21,7 @@
- name: Create Compose File
template:
src: "docker-compose.yml.j2"
src: "test"
dest: "/home/{{ user.name }}/docker-compose.yml"
owner: "{{ user.name }}"
group: "{{ user.name }}"