ansible complains of undefined item - replacing file called test in tasks/files.yml

This commit is contained in:
Mike Holloway 2025-12-06 16:24:41 -05:00
parent e3b29e100b
commit 00f6fe0256

View File

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